TollgateGuidanceInstruction
data class TollgateGuidanceInstruction( val id: UniqueId, val routeOffset: Distance, val travelTime: Duration, val maneuverPoint: GeoCoordinate, val drivingSide: DrivingSide, val combineWithNext: Boolean, val previousSignificantRoad: RoadInformation? = null, val nextSignificantRoad: RoadInformation? = null, val routePath: List<RouteCoordinate> = emptyList(), val intersectionName: String = "", val signpost: Signpost? = null, val tollgateName: String = "", val paymentTypes: Set<TollgatePaymentType> = emptySet()) : GuidanceInstruction
Content copied to clipboard
Guidance Instruction indicating an upcoming tollgate.
Important: This is a Public Preview API. It may be changed or removed at any time.
See also
Parameters
tollgateName
the name of the tollgate, if any.
paymentTypes
the payment types accepted at the tollgate, if available.
Constructors
Link copied to clipboard
fun TollgateGuidanceInstruction( id: UniqueId, routeOffset: Distance, travelTime: Duration, maneuverPoint: GeoCoordinate, drivingSide: DrivingSide, combineWithNext: Boolean, previousSignificantRoad: RoadInformation? = null, nextSignificantRoad: RoadInformation? = null, routePath: List<RouteCoordinate> = emptyList(), intersectionName: String = "", signpost: Signpost? = null, tollgateName: String = "", paymentTypes: Set<TollgatePaymentType> = emptySet())
Content copied to clipboard
Properties
Link copied to clipboard
Location of the maneuver expressed as a GeoCoordinate.
Link copied to clipboard
A List of RouteCoordinates that represents a route path.