HighchartsMapPointSeriesOptions constructor
      
      HighchartsMapPointSeriesOptions({})
     
    
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});