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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to