ElectronicHorizonEngine.WithOptionsAndRoutePathEvaluator constructor
- SDKNativeEngine sdkEngine,
- ElectronicHorizonOptions options,
- TransportMode transportMode,
- Route? route,
Creates a new instance of ElectronicHorizonEngine.
-
sdkEngineThe SDKNativeEngine instance that provides shared services, such as networking and map data. -
optionsThe ElectronicHorizonOptions instance that configures how the electronic horizon is calculated, including look-ahead distances. -
transportModeThe TransportMode that is used when building the electronic horizon paths. -
routeThe Route that improves the calculation of the most-preferred path (MPP). Ifnullis passed, the most-preferred path can deviate from the route.
Throws InstantiationException. InstantiationException If the electronic horizon engine cannot be created.
Implementation
factory ElectronicHorizonEngine.WithOptionsAndRoutePathEvaluator(SDKNativeEngine sdkEngine, ElectronicHorizonOptions options, TransportMode transportMode, Route? route) => $prototype.WithOptionsAndRoutePathEvaluator(sdkEngine, options, transportMode, route);