MapMatchingResult

fun MapMatchingResult(    matchedLocation: MatchedLocation,     rawLocation: GeoLocation,     locationPredictions: List<GeoLocation>,     followedRouteIds: List<RouteId>,     matchedMapPosition: MapPosition? = null)

Parameters

matchedLocation

The map matched location.

rawLocation

The original location.

locationPredictions

The list of predicted locations.

followedRouteIds

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

matchedMapPosition

Position with map information.

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