IsolineRoutingEngine.withSdkEngineAndConnectionSettings constructor
- SDKNativeEngine sdkEngine,
- RoutingConnectionSettings connectionSettings
Creates a new instance of RoutingEngine.
-
sdkEngineAn SDKEngine instance. -
connectionSettingsSettings for the route calculation.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
factory IsolineRoutingEngine.withSdkEngineAndConnectionSettings(SDKNativeEngine sdkEngine, RoutingConnectionSettings connectionSettings) => $prototype.withSdkEngineAndConnectionSettings(sdkEngine, connectionSettings);