electronic_horizon library
Classes
- ElectronicHorizon
- A class containing the full set of available paths predicted for the current vehicle state.
- ElectronicHorizonDataLoader
- Loads map data for segments that belong to the ElectronicHorizonEngine paths.
- ElectronicHorizonDataLoaderResult
- Represents the result of a data loading operation performed by ElectronicHorizonDataLoader.
- ElectronicHorizonDataLoaderStatusListener
- Provides a listener for status updates from the ElectronicHorizonDataLoader.loadData method.
- ElectronicHorizonEngine
- Provides an electronic horizon engine that continuously predicts the road network ahead of the vehicle by using detailed map data, including road topography that is currently out of sight.
- ElectronicHorizonListener
- Provides a listener for receiving updates during execution of the ElectronicHorizonEngine.update method.
- ElectronicHorizonOptions
- Provides options to configure ElectronicHorizonEngine.
- ElectronicHorizonPath
- Represents a single electronic horizon path.
- ElectronicHorizonPosition
- Provides a position on an electronic horizon path with a reference to the current item in the ElectronicHorizon.
- ElectronicHorizonSegment
- Represents a segment in an ElectronicHorizonPath.
- ElectronicHorizonSegmentChanges
- A class describing the set of changes in horizon segments between two consecutive updates.
- ElectronicHorizonSegmentId
- Identifies a segment in an ElectronicHorizonPath.
- ElectronicHorizonUpdate
- A class representing a full update delivered via ElectronicHorizonListener notifications.
Enums
- ElectronicHorizonDataLoadedStatus
- Represents the status of data that was loaded by ElectronicHorizonDataLoader.
- ElectronicHorizonDataLoaderErrorCode
- Represents error codes that describe the result of the ElectronicHorizonDataLoader.getSegment method.
- ElectronicHorizonErrorCode
- Represents error codes that describe the result of the ElectronicHorizonEngine.update method.