LocationSnapshot

data class LocationSnapshot(val rawLocation: GeoLocation, val mapMatchingResult: MapMatchingResult, val locationContext: LocationContext)

Snapshot of current location information during navigation.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

rawLocation

Current raw (not map-matched) location.

mapMatchingResult

Current map-matching result.

locationContext

Constructors

Link copied to clipboard
fun LocationSnapshot(rawLocation: GeoLocation, mapMatchingResult: MapMatchingResult, locationContext: LocationContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard