MapMatcher.withLayers constructor
- SDKNativeEngine sdkEngine,
- bool useRenderingLayers
Creates a new instance of this class.
-
sdkEngineA SDKEngine instance. -
useRenderingLayersWhen set to true,LayerConfiguration.Feature.RENDERINGis used; otherwise,LayerConfiguration.Feature.EHORIZONis used to retrieve segment geometry data from the OCM map. Note: Ensure the corresponding layer is properly enabled in yourLayerConfigurationto avoid incorrect results.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
factory MapMatcher.withLayers(SDKNativeEngine sdkEngine, bool useRenderingLayers) => $prototype.withLayers(sdkEngine, useRenderingLayers);