How to solve the Difference between Google Maps and Geocoding?

前端 未结 2 689
无人共我
无人共我 2021-01-21 11:44

OK here is an odd situation. This I have been facing from long time on so many Maps I have created.

Here is one sample address :

Hotel Tamisa Golf, Cam         


        
2条回答
  •  轮回少年
    2021-01-21 11:56

    That "address" is a "place" not a "postal address".

    The geocoder finds the coordinates associated with a postal address, looks like it thinks the address is "Urbanización Mijas Golf, 13S, 29651 Mijas, Málaga, Spain": geocode

    The places API finds "places": place

提交回复
热议问题