TilesetDescriptorOptions constructor
TilesetDescriptorOptions({})
Implementation
TilesetDescriptorOptions({
required this.styleURI,
required this.minZoom,
required this.maxZoom,
this.pixelRatio,
this.tilesets,
this.stylePackOptions,
this.extraOptions,
});