我在android studio中开发了一个新应用程序。我想找到用户所在的城市。我尝试使用Geocoder,但有时它返回null。有什么办法可以找到用户所在的城市?我已经知道他的经度
答案 0 :(得分:1)
如果您知道纬度和经度,则可以这样做。
https://developers.google.com/maps/documentation/geocoding/start?csw=1#ReverseGeocoding
您将像这样使用此API ...您将不得不解析JSON http://maps.googleapis.com/maps/api/geocode/json?latlng=LAT,LONG&key=ENTER_API_KEY