I am currently developing some map'ish application and I would like to support huawei phones that rely on HMS services. I've managed to implement map and markers, but I have problem with geocoding coordinates, with google its simple we have Geocoder
and in HMS I don't see anything similar, I've been looking at the site
package but doesn't look like this should be used, I've also seen that they do have geocode
and reverseGeocode
but in JS library, no such thing exists in the android hms map library.
Maybe anyone has faced similar problem already and has some tips on how to geocode my coordinates using hms ?