最初,我获得了用户的当前纬度和经度值。我通过此网址传递用户的当前纬度和经度值。它显示了谷歌地图中最近的医院位置。如何检索医院的经度和经度值。
URL找到最近的医院
http://maps.google.com/maps?q=hospital&mrt=yp&sll=12.972526,79.157692&output=kml
答案 0 :(得分:0)
您可以使用google places search api来实现这一点,它看起来像这样:
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AddYourOwnKeyHere
这里是文档:https://developers.google.com/places/documentation/search