HighchartsTiledWebMapSeriesOptions constructor

HighchartsTiledWebMapSeriesOptions({
  1. String? id,
  2. double? index,
  3. double? legendIndex,
  4. String? legendSymbol,
  5. String? linecap,
  6. dynamic mapData,
  7. HighchartsTiledWebMapSeriesProviderOptions? provider,
  8. HighchartsTiledWebMapSeriesStatesOptions? states,
  9. 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});