HighchartsMapViewInsetsProjectionOptions constructor

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

The projection options for the inset.

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

Implementation

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