Package com.tomtom.sdk.navigation.projection
Types
Link copied to clipboard
Indicates if the ProjectedRouteSection is on the map.
Link copied to clipboard
data class ProjectedRoute(val id: RouteId, val sections: List<ProjectedRouteSection>)
Content copied to clipboard
The projected route provided by RouteProjectionEngine.
Link copied to clipboard
data class ProjectedRouteSection( val mapReferences: MapReferences, val startBoundary: Boundary, val endBoundary: Boundary)
Content copied to clipboard
Describes part of the projected route.
Link copied to clipboard
Responsible for projecting the input route to obtain map references when not provided.