HighchartsTiledWebMapSeriesOptions constructor
HighchartsTiledWebMapSeriesOptions({
- String? id,
- double? index,
- double? legendIndex,
- String? legendSymbol,
- String? linecap,
- dynamic mapData,
- HighchartsTiledWebMapSeriesProviderOptions? provider,
- HighchartsTiledWebMapSeriesStatesOptions? states,
- bool? zoomEnabled,
A tiledwebmap
series. The type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highmaps/series.tiledwebmap
Implementation
HighchartsTiledWebMapSeriesOptions(
{this.id,
this.index,
this.legendIndex,
this.legendSymbol,
this.linecap,
this.mapData,
this.provider,
this.states,
this.zoomEnabled});