Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Map Address Book addresses via Google Maps' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Map Address Book addresses via Google Maps
Authored by: jonahlee on Mar 07, '05 09:46:55PM

How do you have multiple street lines in Address Book? As far as I can tell in the address you only get 1 street, then city, state ZIP and country. How do you get two lines in the addres?

---
- Jonah Lee



[ Reply to This | # ]
Map Address Book addresses via Google Maps
Authored by: rubicon on Apr 21, '05 02:28:57PM

The first script in this hint doesn't work if I have two line street addresses such as:

123 Any Street
Suite 111

However, the second script from miked378 does. For compatibility with Safari, I substituted the other lines of code which are floating around.

tell application "Safari"
open location "http://maps.google.com/maps?q=" & getStr
activate

Works fine for me under 10.3.9. Google also supports a Source and Destination address which should be easy to integrate into the script, giving you full From/To maps.



[ Reply to This | # ]