HighchartsMapPointSeriesOptions constructor

HighchartsMapPointSeriesOptions({
  1. HighchartsMapPointSeriesDataLabelsOptions? dataLabels,
  2. String? id,
  3. double? index,
  4. double? legendIndex,
  5. String? legendSymbol,
  6. dynamic mapData,
  7. bool? zoomEnabled,
})

A mappoint series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highmaps/series.mappoint

Implementation

HighchartsMapPointSeriesOptions(
    {this.dataLabels,
    this.id,
    this.index,
    this.legendIndex,
    this.legendSymbol,
    this.mapData,
    this.zoomEnabled});