Position
public struct Position
Contains information about position of the point on the graph and it’s geo-position.
-
Position on the graph
Declaration
Swift
public let position: RoadGraph.Position -
Geo-position of the object
Declaration
Swift
public let coordinate: CLLocationCoordinate2D -
Initializes a new
RoadObject.Positionobject with a given position on the graph and coordinate of the object.Declaration
Swift
public init(position: RoadGraph.Position, coordinate: CLLocationCoordinate2D)
Install in Dash
Position Structure Reference