Does Google Maps API offer a way to search for locations by name?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 22:32:27

What you are looking is Geocoding API from google maps.

Find Documentation here

UPDATE 5/12/2011

Google just opened up public access to their Places API. This is more to the heart of the original question request:

http://code.google.com/apis/maps/documentation/places/autocomplete.html

I think you're looking for the google.maps.Geocoder class:

A service for converting between an address and a LatLng.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!