> I'm having some problem trying to do a reverse geocoding in CSV > format. > When i request the address it returns a 404 error: > > this is the > URL:http://maps.google.com/maps/api/geocode/csv?latlng=45.3982257,11.3340...
You've chosen to use the v3 geocoder http://code.google.com/apis/maps/documentation/geocoding/index.html Documentation does not say csv is available v2 geocoder supports csv, but has been deprecated. It'll probably be available for some time yet though. http://code.google.com/apis/maps/documentation/geocoding/v2/index.html#CSV -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
