LocationSnapshot

data class LocationSnapshot(val rawLocation: <Error class: unknown class>, 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: <Error class: unknown class>, mapMatchingResult: MapMatchingResult, locationContext: LocationContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rawLocation: <Error class: unknown class>