2️⃣Prepare For Downloading
final downloadable = region.toDownloadable(
1, // Minimum Zoom
18, // Maximum Zoom
TileLayer(
// Use the same `TileLayer` as in the displaying map, but omit the `tileProvider`
urlTemplate: 'https://api.mapbox.com/styles/v1/jaffaketchup/cle0ehaiz00j101qqr14f8mm3/tiles/256/{z}/{x}/{y}@2x',
userAgentPackageName: 'com.example.app',
),
// Additional parameters if necessary
),Additional Parameters
Sea Tile Removal
Checking Number Of Tiles
Last updated
Was this helpful?