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.
Why is this happening. What am I missing on the geocoder ?
Thanks in advance guys!