ResourceOptions constructor
- {required String accessToken,
- String? baseURL,
- String? dataPath,
- String? assetPath,
- TileStoreUsageMode? tileStoreUsageMode}
Implementation
ResourceOptions({
required this.accessToken,
this.baseURL,
this.dataPath,
this.assetPath,
this.tileStoreUsageMode,
});