Page 1 of 1

Anyone else working with Google Maps API v3?

Posted: Tue Mar 20, 2012 11:06 pm
by BarrySumpter
Hi all,

I've just dug into the Summer Academy TickedOff application.
I've got a map that uses:
put "http://maps.google.com/maps/api/staticmap" into tBaseURL
Which asks google maps to create
a static map image
with my location centred
with a pin point.

I've modified it to inlcude a number of pin points for the people I'm tracking.
Or I should write for the people who have given me permission to track them.

I'm interested in chasing down what more this
static map
and the Google Maps API v3
can do for us in LiveCode and LiveCode for Android.

i.e. live tracking, interactive, etc
and the practicalities of same

Anyone have a link or sample app directly related to LiveCode to help get me started?

tia

Re: Anyone else working with Google Maps API v3?

Posted: Fri May 31, 2013 2:33 pm
by gpearson
Have you gotten any further on this. I am in the process of converting one of my Flash Air Applications to Livecode and now to the point of intergrating Google Maps to a stage. Looking to see what progress you have done on this if any.

Re: Anyone else working with Google Maps API v3?

Posted: Fri May 31, 2013 3:27 pm
by Dixie
What specifically are you wanting to know ?

Re: Anyone else working with Google Maps API v3?

Posted: Fri May 31, 2013 5:36 pm
by gpearson
I am trying to integrate maps into my application so when a user clicks on a market, it shows a marker centered in the card. Then the user would click a button and additional markers will be displayed showing all School Buildings within a mile radius of this first marker. In doing some searching, I think I have made progress on this as I am able to display a google map on a card. Now to work in the markers and poly lines including a zoom feature.