delight-im / Android-SimpleLocation

Utility class for easy access to the device location on Android
Apache License 2.0
200 stars 75 forks source link

Get LatLong with Address #18

Closed Ramonzo closed 7 years ago

Ramonzo commented 7 years ago

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

ocram commented 7 years ago

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.