HighchartsMapViewProjectionOptions constructor

HighchartsMapViewProjectionOptions({
  1. String? name,
  2. List<double>? parallels,
  3. String? rotation,
})

The projection options allow applying client side projection to a map given in geographic coordinates, typically from TopoJSON or GeoJSON.

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

Implementation

HighchartsMapViewProjectionOptions(
    {this.name, this.parallels, this.rotation});