Fused Geocoder
The FusedGeocoder uses Photon and Android geocoders together and picks the best results. The Android geocoder works best for street addresses and individual businesses, but for everything else photon is better.
Functions
Link copied to clipboard
open suspend override fun getAddressFromLngLat(userGeometry: UserGeometry, localizedContext: Context?): LocationDescription?
Link copied to clipboard
open suspend override fun getAddressFromLocationName(locationName: String, nearbyLocation: LngLatAlt, localizedContext: Context?): List<LocationDescription>?