Waypoint
public struct Waypoint : RoutePoint
Represents waypoint received in response from route planning API
Important
This is a Public Preview API. It may be changed or removed at any time.-
An unique identifier, used for matching Waypoint with ItineraryPoint
Declaration
Swift
public let id: UUID -
A Place which represents Waypoint
Declaration
Swift
public let place: Place -
Coordinate which represents Waypoint received from route planning API
Declaration
Swift
public let navigableCoordinates: [CLLocationCoordinate2D] -
The side of the road at which Waypoint is located.
Declaration
Swift
public let roadSide: RoadSide? -
The distance from the start of the route to the Waypoint
Declaration
Swift
public let routeOffset: Double
Waypoint Structure Reference