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: GeoLocation, val locationPredictions: List<GeoLocation> = emptyList(), val alternativeMatchedLocations: List<MatchedLocation> = emptyList(), val followedRouteIds: List<RouteId> = emptyList())
Represents a map matcher output.
Link copied to clipboard
data class MatchedLocation(val location: GeoLocation, val id: Int, val probability: Probability, val isOnRoad: Boolean, val direction: Angle, val mapPosition: MapPosition? = null)
Represents location matched to the map.