How to solve the Difference between Google Maps and Geocoding? -


ok here odd situation. have been facing long time on many maps have created.

here 1 sample address :

hotel tamisa golf, camino viejo de coín, 3, mijas costa, málaga, 29649 , spain 

if go maps.google.com , search address, comes exact hotel tamisa golf.

but if use google map's geocoding method using example provided google themselves, , search address on there, showing totally different location. miles away actual location.

http://gmaps-samples.googlecode.com/svn/trunk/geocoder/singlegeocode.html

is there way fix should show exact location on map?

that "address" "place" not "postal address".

the geocoder finds coordinates associated postal address, looks thinks address "urbanización mijas golf, 13s, 29651 mijas, málaga, spain": geocode

the places api finds "places": place


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -