fromSdkEngineAsync static method

void fromSdkEngineAsync(
  1. SDKNativeEngine sdkEngine,
  2. MapDownloaderConstructionCallback mapDownloaderConstructionCallback
)

Gets a single instance of this class per provided SDKNativeEngine.

  • sdkEngine An instance of the SDKNativeEngine

  • mapDownloaderConstructionCallback A callback that will receive the result of construction

Implementation

static void fromSdkEngineAsync(SDKNativeEngine sdkEngine, MapDownloaderConstructionCallback mapDownloaderConstructionCallback) => $prototype.fromSdkEngineAsync(sdkEngine, mapDownloaderConstructionCallback);