projection property

  1. @override
Projection projection
override

Crs projection

Implementation

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