google places - Get a list of street addresses from a lat/long

白昼怎懂夜的黑 提交于 2019-12-10 17:09:40

问题


I need to be able to search for addresses within the radius of 500M-1000M from a lat-long. Google places seems to be able to do this and give it to me in JSON which is awesome, but it is only returning businesses and establishments. I want every postal address in this radius. I have tried adding: &types=street_address but it returns no results.

Is this possible and has anyone got any info on how to do this.


回答1:


Have you tried the Google Maps API Web Services - in the Viewport Biasing section you can set bounds.



来源:https://stackoverflow.com/questions/7900301/google-places-get-a-list-of-street-addresses-from-a-lat-long

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