google-maps-services-java icon indicating copy to clipboard operation
google-maps-services-java copied to clipboard

Provide reverse geocoding capability for Android with Kotlin

Open alghe-global opened this issue 1 year ago • 0 comments

Right now, it's not possible to search by text for coordinates as there'll be an error prompting the user to use alternatives.

The alternative is to search for places in current location, get their names, use these names to look up (by using search by text) and then upon these names, using their place ids, get address components out of which one can derive locality or other appropriate values.

This issue requests the implementation of reverse geocoding in Kotlin library for use in Android.

alghe-global avatar Sep 11 '24 15:09 alghe-global