IsolineRoutingEngine.withSdkEngineAndConnectionSettings constructor

IsolineRoutingEngine.withSdkEngineAndConnectionSettings(
  1. SDKNativeEngine sdkEngine,
  2. RoutingConnectionSettings connectionSettings
)

Creates a new instance of RoutingEngine.

  • sdkEngine An SDKEngine instance.

  • connectionSettings Settings 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);