Waypoint
data class Waypoint( 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
Content copied to clipboard
Represents a point where the user wants to stop along the route.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun Waypoint( 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)
Content copied to clipboard