How to convert Latitude and longitude to Location name [closed]
Asked Answered
P

0

8

How can I get an address or a locality name from the geo-coordinates (latitude, longitude) using an API in Java? Is there any reverse geocoder available in Java?

Pucker answered 8/1, 2010 at 6:39 Comment(4)
You will need to use a reverse geocoding service. You can read more about the API that google provides: Google API Reverse GeocodingBuddleia
You can find other providers as well, but for me Google was the most accurateBuddleia
this answer can also help on how-to implement https://mcmap.net/q/1474613/-android-does-address-from-geocode-have-fixed-format/492918 ...<br/> Social Coding @ AspiroTVCannery
Fails the fundamental test of "what have you tried?"Lumpish

© 2022 - 2024 — McMap. All rights reserved.