Geo Engine
class GeoEngine
Functions
Link copied to clipboard
Link copied to clipboard
fun getLocationDescription(location: LngLatAlt, preserveLocation: Boolean = true): LocationDescription?
getLocationDescription returns a LocationDescription object for the current location. This is basically a reverse geocode. It initially tries to generate it from local tile data, but falls back to geocoding via the Photon server if network is available.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun start(application: Application, newLocationProvider: LocationProvider, newDirectionProvider: DirectionProvider, soundscapeService: SoundscapeService)
Link copied to clipboard
Link copied to clipboard