Now getAddressByLatLng not implemented for mapbox iOS. On android it implemented by android OS Geocoder implementation.
Mapbox contains geocoder api, but by REST API - https://docs.mapbox.com/help/how-mapbox-works/geocoding/
it should be implemented for both platforms (or just in common code)
Now
getAddressByLatLng
not implemented for mapbox iOS. On android it implemented by android OS Geocoder implementation. Mapbox contains geocoder api, but by REST API - https://docs.mapbox.com/help/how-mapbox-works/geocoding/ it should be implemented for both platforms (or just in common code)