Destination
data class Destination(val id: RoutePointId, val place: Place, val navigableCoordinates: List<GeoCoordinate>, val routeOffset: Distance, val roadSide: RoadSide? = null, val arrivalEnergy: Energy? = null, val sourceType: RoutePoint.SourceType = RoutePoint.SourceType.USER_DEFINED, val chargingInformation: ChargingInformation? = null) : RoutePoint
Represents the destination of the route.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun Destination(id: RoutePointId, place: Place, navigableCoordinates: List<GeoCoordinate>, routeOffset: Distance, roadSide: RoadSide? = null, arrivalEnergy: Energy? = null, sourceType: RoutePoint.SourceType = RoutePoint.SourceType.USER_DEFINED, chargingInformation: ChargingInformation? = null)