dataPath property Null safety
read / write
The path to the map data folder.
The implementation will use this folder for storing offline style packages and temporary data.
The application must have sufficient permissions to create files within the provided directory.
If a dataPath is not provided, the default location will be used (the application data path defined
in the Mapbox Common SystemInformation API).
Implementation
String? dataPath;