Can I produce a Google map showing SEVERAL address?
Jim Hurley
jhurley0305 at sbcglobal.net
Mon Nov 10 21:00:30 EST 2014
The following gets me a Google map of a single address:
on mouseUP
put "http://maps.google.com/maps?client=safari&rls=en&q=" into tPrefix --Mac only ?
put "15281 Kimberly Ct, Nevada City, ca, 95959" into tAddress
replace space with "+" in tAddress
replace comma with "+" in tAddress
put tPrefix && tAddress into temp
launch url temp
end mouseUP
The site is marked on the map with an inverted teardrop.
Is it possible to get a map showing the location of more than one address at a time?
Thanks,
Jim Hurley
More information about the use-livecode
mailing list