inverse property

  1. @override
Projection inverse
override

Returns a projection that projects from targetCrs to sourceCrs.

Implementation

@override
Projection get inverse => _ProjectionProxy(
      tuple: tuple,
      inverse: true,
    );