center property
The center of the projection longitude, latitude.
Implementation
@override
(double, double) get center => (_centerLon, _centerLat);
The center of the projection longitude, latitude.
@override
(double, double) get center => (_centerLon, _centerLat);