icerockdev / moko-maps

Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
86 stars 16 forks source link

Implement getAddressByLatLng for Mapbox #42

Open Alex009 opened 4 years ago

Alex009 commented 4 years ago

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)