RouteStop

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
constructor(id: RouteStopId, place: Place, navigableCoordinates: List<GeoPoint>, routeOffset: Distance, roadSide: RoadSide? = null, arrivalEnergy: Energy? = null, chargingInformation: ChargingInformation? = null, sourceType: RouteStop.SourceType = SourceType.UserDefined, selectedEntryPoint: EntryPoint? = null)

Represents a predetermined point on a route that is used as a reference point for navigation - Origin, Destination, Waypoint.

RouteStop objects are received as part of the route response from the route planning API. RouteStop is added to the route response because either the location was requested by the user or it was automatically generated by the system (see SourceType).


constructor(id: RouteStopId, place: Place, navigableCoordinates: List<GeoPoint>, routeOffset: Distance, roadSide: RoadSide? = null, arrivalEnergy: Energy? = null, chargingInformation: ChargingInformation? = null, sourceType: RouteStop.SourceType = SourceType.UserDefined)