HighchartsMapViewOptions constructor

HighchartsMapViewOptions({
  1. String? center,
  2. dynamic fitToGeometry,
  3. HighchartsMapViewInsetOptions? insetOptions,
  4. HighchartsMapViewInsetsOptions? insets,
  5. double? maxZoom,
  6. List? padding,
  7. HighchartsMapViewProjectionOptions? projection,
  8. double? zoom,
})

The mapView options control the initial view of the chart, and how projection is set up for raw geoJSON maps (beta as of v9.3).

API Docs: https://api.highcharts.com/highmaps/mapView

Implementation

HighchartsMapViewOptions(
    {this.center,
    this.fitToGeometry,
    this.insetOptions,
    this.insets,
    this.maxZoom,
    this.padding,
    this.projection,
    this.zoom});