Can I produce a Google map showing SEVERAL address?
Rick Harrison
harrison at all-auctions.com
Mon Nov 10 23:07:02 EST 2014
Hi Jim,
If it doesn’t have to be google, there are several other websites
which will do this for you.
I had to do a map of all the members of an organization
a few years ago. I just fed the addresses of all of the members
to the website, and I was able to visually see where they were
from mostly. It helped us to choose a new meeting location which
was still close for most of them.
A quick internet search should provide you with lots of possibilities.
Good luck!
Rick
> On Nov 10, 2014, at 9:00 PM, Jim Hurley <jhurley0305 at sbcglobal.net> wrote:
>
> 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list