ElectronicHorizonPosition
public struct ElectronicHorizonPosition : Hashable
Provides a position on an electronic horizon path with a reference to the current item in the ElectronicHorizon.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
The index of the current path in the list of
ElectronicHorizon.paths.Declaration
Swift
public var pathIndex: Int32 -
The index of the segment inside the
ElectronicHorizonPath.segments.Declaration
Swift
public var pathSegmentIndex: Int32 -
The offset from the start of the segment in meters.
Declaration
Swift
public var pathSegmentOffsetInMeters: Double -
Creates a new instance.
Offline availability: This property is available online and offline.
Declaration
Swift
public init(pathIndex: Int32, pathSegmentIndex: Int32, pathSegmentOffsetInMeters: Double)