RoutePoint

interface RoutePoint

Represents route place received in response from route planning API.

Properties

Link copied to clipboard
abstract val id: RoutePointId

The id that matches the ItineraryPointId if this route point is returned from Routing API.

Link copied to clipboard
abstract val navigableCoordinates: List<GeoCoordinate>

Coordinates which represent the navigable points of this route point.

Link copied to clipboard
abstract val place: Place

Place linked to this route point.

Link copied to clipboard
abstract val routeOffset: Distance

The distance from the start of the route to this route point.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard