HighchartsMapViewOptions constructor
HighchartsMapViewOptions({
- String? center,
- dynamic fitToGeometry,
- HighchartsMapViewInsetOptions? insetOptions,
- HighchartsMapViewInsetsOptions? insets,
- double? maxZoom,
- List? padding,
- HighchartsMapViewProjectionOptions? projection,
- 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).
Implementation
HighchartsMapViewOptions(
{this.center,
this.fitToGeometry,
this.insetOptions,
this.insets,
this.maxZoom,
this.padding,
this.projection,
this.zoom});