parallels property
The two standard parallels that define the map layout in conic projections.
Implementation
List<double> get parallels => [_phi0 * degrees, _phi1 * degrees];
The two standard parallels that define the map layout in conic projections.
List<double> get parallels => [_phi0 * degrees, _phi1 * degrees];