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


Click here to return to the '10.4: Use Google Maps with the Address Book widget' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Use Google Maps with the Address Book widget
Authored by: sirion on May 30, '05 01:41:11AM

I'm noticing a fix proposed in the Phonebook widget thread, but it would have to be incorporated into the code of the script.

The useful line of code is
mapURL += URLEncode( singleResult.address.replace(/(\s*#.*$)/, "") );

which kills the suite/apt number



[ Reply to This | # ]
10.4: Use Google Maps with the Address Book widget
Authored by: lucite on Jun 05, '05 01:16:03PM
Unfortunately, I see no way to make that work here (at least directly) because what gets passed is not the actual URL query: http://maps.google.com/maps?country=%@&q=%@,+%@,+%@+%@&bogus=+++++++++++++++++++++

[ Reply to This | # ]