NdsArcInfo

public struct NdsArcInfo

Segment of an NDS arc which is part of the route.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Unique arc identifier (wrt. a concrete map)

    Declaration

    Swift

    public var arcKey: UInt64
  • Length of the stored arc

    Declaration

    Swift

    public var arcLength: Measurement<UnitLength>
  • Offset on the current arc from the arc tail

    Declaration

    Swift

    public var arcTailOffset: Measurement<UnitLength>
  • Offset on the current arc from the arc head

    Declaration

    Swift

    public var arcHeadOffset: Measurement<UnitLength>
  • The arc region ID

    Declaration

    Swift

    public var regionId: NdsRegionId