谷歌地图Api地理编码通过几个字母获取城市

时间:2013-07-09 16:51:27

标签: google-maps google-maps-api-3 geolocation

我找到了用于搜索城市的Google Maps Api。当我使用链接时 http://maps.googleapis.com/maps/api/geocode/json?address=London&sensor=false我获得了有关伦敦所有城市的信息。

我的问题是如何使用该Api通过几个首字母来创建城市名称,
例如,我使用?address=Lon,我想要伦敦(全部),Lonsdale,Longville等...

有一些解决方案吗?

1 个答案:

答案 0 :(得分:0)

您可以请求places-autocomplete-service(使用值为(cities)的types-parameter)

示例:https://maps.googleapis.com/maps/api/place/autocomplete/json?input=lon&sensor=false&types=(cities)&key=yourGoogleMapsKey