delight-im/Android-SimpleLocation

Get LatLong with Address

Closed this issue · 1 comments

Is possible get de Lat and Long with the Address in this library?

ocram commented

What this library provides is the (numeric) location using latitude and longitude, i.e. coordinates on the map.

What you want sounds like reverse geocoding, which is not included. This requires a database and cannot be done in a purely algorithmic way.