Thanks Rick. Do you find one that you could launch from within LiveCode? I would like to incorporate the search in a LiveCode app.
Jim > From: Rick Harrison <harri...@all-auctions.com> > To: How to use LiveCode <use-livecode@lists.runrev.com> > Subject: Re: Can I produce a Google map showing SEVERAL address? > Message-ID: <48fe7ced-95bc-49dd-bb72-8ca1859cf...@all-auctions.com> > Content-Type: text/plain; charset=utf-8 > > 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 <jhurley0...@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@lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ 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