On 19 October 2010 07:44, GoogleMapsNoob <[email protected]> wrote: > Hi, > > I want to filter out only the state, city and country of the reverse > geocoding link. Please help me to filter that only without getting the > long address. Here is my link. > > http://maps.google.com/maps/geo?q=40.714224,-73.961452&output=csv&sensor=false&key=swizzlechops
You'll find it easier to do that if you get the data separated for you: http://maps.google.com/maps/geo?q=40.714224,-73.961452&output=xml&sensor=false&key=swizzlechops Then it just becomes a question of parsing XML (or JSON, if you prefer that output format). There are plenty of tutorials around for that. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
