Google Maps Web site and API : different results

后端 未结 1 1104
感情败类
感情败类 2020-12-03 17:17

Why do calls to the Google Maps Geocoder API return different results than what I see in my browser?

This one returns many items :
http://maps.google.fr/maps?q=M

相关标签:
1条回答
  • 2020-12-03 18:22

    FAQ: https://developers.google.com/maps/faq#geocoder_differences

    The API geocoder finds postal addresses. The Maps geocoder uses lots of data, including business data, to find results.

    There is the Places API which can find locations based on type/class, but it may not work for business names. Documentation

    0 讨论(0)
提交回复
热议问题