MapMatchingResult

data class MapMatchingResult(val matchedLocation: MatchedLocation, val followedRouteIds: List<String> = emptyList())

Represents a map matcher output.

Parameters

matchedLocation

The map matched location.

followedRouteIds

The list of Route IDs that were passed into the MapMatchingEngine and that matchedLocation is on.

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

Constructors

Link copied to clipboard
fun MapMatchingResult(matchedLocation: MatchedLocation, followedRouteIds: List<String> = emptyList())

Properties

Link copied to clipboard
val followedRouteIds: List<String>
Link copied to clipboard
val matchedLocation: MatchedLocation