LaneSectionRoutePoint
public struct LaneSectionRoutePoint
Represents CLLocationCoordinate2D on the Route with information
about the distance from the start and the position of the start coordinate.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializer
Declaration
Swift
public init(coordinate: CLLocationCoordinate2D, distance: Measurement<UnitLength>)Parameters
coordinateThe coordinate of the start point of the lane section.
distanceThe distance from the start of the route.
-
The coordinate of the start point of the lane section.
Declaration
Swift
public let coordinate: CLLocationCoordinate2D -
The distance from the start of the route.
Declaration
Swift
public let distance: Measurement<UnitLength>
LaneSectionRoutePoint Structure Reference