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


Click here to return to the '10.4: Replace the phone book widget's mapping service' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Replace the phone book widget's mapping service
Authored by: Lectrick on Apr 30, '05 04:41:40PM
I got this to work with two caveats: 1) Add a comma immediately before the + sign in the two lines that insert a plus after Address and City.

			mapURL += URLEncode( singleResult.address );
			mapURL += ",+";
			mapURL += URLEncode( singleResult.city );
			mapURL += ",+";
2) Make sure you command-R to reload the widget (nice animation!!) Then it worked for me.

---
In /dev/null, no one can hear you scream

[ Reply to This | # ]