mapApiKey property

String get mapApiKey

Implementation

static String get mapApiKey =>
    _mapApiKey ??
    (throw PowerMapException(
      code: PowerMapException.styleLoad,
      message:
          'PowerMap SDK not initialized. Call PowerMapSDK.initialize() first.',
    ));