English 中文(简体)
编制一份特定城市所有殖民地/居民区清单
原标题:Compiling a list of all colonies/neighborhoods for a particular city

我要一份印度一些城市所有可能的殖民地/邻里的地点清单(坐标),例如德里。这些数据能否通过Places API获得?

我脑子里唯一想到的 就是用一个像...

https://maps.googleapis.com/maps/api/place/search/xml?location=28.540346,77.210026&radius=500&types=administrative_area_level_1|administrative_area_level_2|administrative_area_level_3|locality|neighborhood|street_address|sublocality|sublocality_level_4|sublocality_level_5|sublocality_level_3|sublocality_level_2|sublocality_level_1|subpremise&sensor=false&key=MYKEY

and then keep changing the radius by 500 till the whole city is covered. Is there a better way of doing this?

最佳回答

考虑到你为地图需要多久做一次,因为刻录数据与服务条件相悖,这不是一个伟大的方法。如果地图使用得当,你就会迅速达到配额。此外,你只能得到聚居区/邻里的中心点。我建议尝试找到另一个可以下载的数据来源。 Places API并不是出于这个目的设计的。

问题回答

暂无回答




相关问题
How to decide the current point reach on google map?

How to decide the current point reach on google map? I have a list of points (pickup points) of a route that I want to show in my google map with polyline. Now i have to get the current location of ...

Topographical or relief data in Map APIs

I was wondering if anyone knew of any map APIs that offer topographical or relief data? I ve had a quick look at Google and Bing APIs, but could find nothing there. Google allow you to view a map as ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Adding a custom icon to a google map

I need a hand adding a custom icon to some Google Maps javascript. Code below for your reference: function populateMap() { var map = new GMap2(document.getElementById("map")); map.setCenter(new ...

RSS to KML Overlay

I m want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签