Google Maps geocoding API not returning results returned by google maps

I am using google maps geocoding API v3 to get gps coordinates for multiple addresses.

I do not know why for the address "Autostrada A22 Brennero-Modena, KM 308"

http://maps.googleapis.com/maps/api/geocode/json?address=A22+Brennero-Modena+KM+308&sensor=true

it returns ZERO_RESULTS.

The problem is, if I search for the same address in google maps, it returns the correct result.

What am I missing?

Thank you in advance,

Mario

+3


source to share


1 answer


The geocoder API finds postal addresses. I think you are trying to find a 308 km marker on this highway. The geocoder API cannot do this. Service locations may be able to.



+3


source







All Articles