ElectronicHorizonPathPosition
public struct ElectronicHorizonPathPosition : Hashable
Provides position on the electronic horizon path with the reference to current ElectronicHorizonPaths.
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.
-
Represents the index of the current path from
ElectronicHorizonPaths.Declaration
Swift
public var pathIndex: Int32 -
Represent the index of the segment inside the
ElectronicHorizonPath.Declaration
Swift
public var pathSegmentIndex: Int32 -
Represents the offset from start of the segment in meters.
Declaration
Swift
public var pathSegmentOffsetInMeters: Double -
Creates a new instance.
Declaration
Swift
public init(pathIndex: Int32, pathSegmentIndex: Int32, pathSegmentOffsetInMeters: Double)