ElectronicHorizonUpdate
public struct ElectronicHorizonUpdate : Hashable
Update to be received during ElectronicHorizonDelegate notifications.
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.
-
Newly calculated electronic horizon paths. Object becomes outdated once the new update is received.
Declaration
Swift
public var electronicHorizonPaths: ElectronicHorizonPaths -
Added segments since previous update.
Declaration
Swift
public var addedSegments: [ElectronicHorizonPathSegment] -
Removed segment IDs since previous update.
Declaration
Swift
public var removedSegmentIds: [ElectronicHorizonPathSegmentId] -
Creates a new instance.
Declaration
Swift
public init(electronicHorizonPaths: ElectronicHorizonPaths, addedSegments: [ElectronicHorizonPathSegment], removedSegmentIds: [ElectronicHorizonPathSegmentId])