parallels property

List<double>? parallels
getter/setter pair

The two standard parallels that define the map layout in conic projections, like the LambertConformalConic projection. If only one number is given, the second parallel will be the same as the first.

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

Implementation

List<double>? parallels;