Package-level declarations

Types

Link copied to clipboard

Improves the position accuracy by attempting to match it to map or route.

Link copied to clipboard
data class MapMatchingResult(val matchedLocation: MatchedLocation, val rawLocation: <Error class: unknown class>, val locationPredictions: List<<Error class: unknown class>> = emptyList(), val alternativeMatchedLocations: List<MatchedLocation> = emptyList(), val followedRouteIds: List<<Error class: unknown class>> = emptyList())

Represents a map matcher output.

Link copied to clipboard
data class MatchedLocation(val location: <Error class: unknown class>, val id: Int, val probability: <Error class: unknown class>, val isOnRoad: Boolean, val direction: <Error class: unknown class>, val mapPosition: <Error class: unknown class>? = null)

Represents location matched to the map.