RouteRailwayCrossing
public struct RouteRailwayCrossing
Contains information about railway crossing.
-
The type of the route place.
Declaration
Swift
public var type: RouteRailwayCrossingType -
Location on the route
Declaration
Swift
public var coordinates: GeoCoordinates -
Route position
Declaration
Swift
public var routeOffset: RouteOffset -
Creates a new instance.
Declaration
Swift
public init(type: RouteRailwayCrossingType, coordinates: GeoCoordinates, routeOffset: RouteOffset)