projection property

  1. @override
Projection projection
override

Projection value of this CRS.

Implementation

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