PhotonGeocoder

class PhotonGeocoder(val applicationContext: Context) : SoundscapeGeocoder

The PhotonGeocoder class abstracts away the use of photon geo-search server for geocoding and reverse geocoding.

Constructors

Link copied to clipboard
constructor(applicationContext: Context)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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>?