HighchartsMapPointSeries constructor
HighchartsMapPointSeries({
- List<
List> ? data, - String? name,
- HighchartsMapPointSeriesOptions? options,
- List<
HighchartsMapPointSeriesDataOptions> ? dataPoints,
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
HighchartsMapPointSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});