1
votes

I am working on an aplication that parses a list of addresses and gets their geolocation, in order to perform a proximity search.

I am using the GoogleMaps API v3 and the Google geocoder.

The problem that I am facing has to do with a specific address:

Address: Nieuwe Haven 233

Postcode: 3117 AB

City: Schiedam

Country: Netherlands

So to the point. Using google maps in my browser if I search for the above address everything works fine. Here is a link

When I use the Geocoder to get the location I get the center of this City and not the address.

Example: http://maps.googleapis.com/maps/api/geocode/json?address=Nieuwe+Haven++233%2C+%EF%BB%BFSchiedam%2C+Netherlands&sensor=false

Why is this happening. What am I missing on the geocoder ?

Thanks in advance guys!

1

1 Answers