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
constructor(rawLocation: GeoLocation, mapMatchingResult: MapMatchingResult, locationContext: LocationContext)