projection property

  1. @override
Projection projection
override

Projection value of this CRS.

Implementation

@override
Projection get projection =>
    SphericalMercator(latBounds: latBounds, lngBounds: lngBounds);