我找到了用于搜索城市的Google Maps Api。当我使用链接时 http://maps.googleapis.com/maps/api/geocode/json?address=London&sensor=false我获得了有关伦敦所有城市的信息。
我的问题是如何使用该Api通过几个首字母来创建城市名称,
例如,我使用?address=Lon
,我想要伦敦(全部),Lonsdale,Longville等...
有一些解决方案吗?
答案 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