开发者

How to get Latitude/Longitude Values for a given address on Google App Engine Java

开发者 https://www.devze.com 2023-03-18 06:13 出处:网络
Can anyone tell me if there is a way to get latitude/longitude values for a given address while working on google app engine java pro开发者_如何学编程ject. I see some classes like com.google.appengine

Can anyone tell me if there is a way to get latitude/longitude values for a given address while working on google app engine java pro开发者_如何学编程ject. I see some classes like com.google.appengine.api.datastore.PostalAddress etc but could not use them to achieve what I want.


You'll need to call an external API, like the Google Geocoding API.


You will need to do a reverse geocoding, which deals when you pass the Lat/Long to retrieve an address by using the Google Maps API

0

精彩评论

暂无评论...
验证码 换一张
取 消