manipulating the geocoding webservices results through javascript?

Posted by hao on Stack Overflow See other posts from Stack Overflow or by hao
Published on 2010-03-11T16:41:21Z Indexed on 2010/03/11 17:54 UTC
Read the original article Hit count: 299

Filed under:
|

using http://maps.google.com/maps/api/geocode/json?address=xyz we get a json file I am wondering how can i maniupluate the results in javascript? How do i create the results object in javascript?

http://code.google.com/apis/maps/documentation/geocoding/index.html#JSONParsing this doesnt really explain how they get the myJSONResult

© Stack Overflow or respective owner

Related posts about google-maps

Related posts about JavaScript