Google Api Get nearest locations

后端 未结 4 2013
生来不讨喜
生来不讨喜 2021-02-03 16:09

I want to get the List of nearest locations of by passing an address of location. like: Los Angeles, should give me the list of all locations near to it either in json or xml fo

4条回答
  •  悲哀的现实
    2021-02-03 17:15

    'Google Geocoding API' this could help you to find the list of nearest locations by passing the address. for reference go to this link

    http://code.google.com/apis/maps/documentation/geocoding/
    

    You can use this API by passing the address. It can be also possible to find the list by passing the co-ordinates like latitude and longitude

提交回复
热议问题