HighchartsMapViewInsetsOptions constructor
HighchartsMapViewInsetsOptions({})
The individual MapView insets, typically used for non-contiguous areas of a country. Each item inherits from the generic insetOptions
.
API Docs: https://api.highcharts.com/highmaps/mapView.insets
Implementation
HighchartsMapViewInsetsOptions(
{this.borderPath,
this.field,
this.geoBounds,
this.id,
this.projection,
this.borderColor,
this.borderWidth,
this.padding,
this.relativeTo,
this.units});