RoutePoint

interface RoutePoint

Represents route place received in response from route planning API.

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

Parameters

id

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

place

Place associated with this route point.

navigableCoordinates

Coordinates which represent the navigable points of this route point.

routeOffset

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

roadSide

The side of the road at which the route point is located.

arrivalEnergy

The level of energy expected at arrival. Optional, should be present only for electric vehicles.

sourceType

Information on the route point source.

chargingInformation

Information on how much to charge at a charging station. Optional, will only be present if this route point is a charging stop in an EV route.

Types

Link copied to clipboard
enum SourceType : Enum<RoutePoint.SourceType>

Defines the source of RoutePoint.

Properties

Link copied to clipboard
abstract val arrivalEnergy: Energy?
Link copied to clipboard
abstract val chargingInformation: ChargingInformation?
Link copied to clipboard
abstract val id: RoutePointId
Link copied to clipboard
abstract val navigableCoordinates: List<GeoCoordinate>
Link copied to clipboard
abstract val place: Place
Link copied to clipboard
abstract val roadSide: RoadSide?
Link copied to clipboard
abstract val routeOffset: Distance
Link copied to clipboard
abstract val sourceType: RoutePoint.SourceType

Inheritors

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