Proj4d constructor

const Proj4d(
  1. CoordRefSys sourceCrs,
  2. CoordRefSys targetCrs,
  3. ProjectionTuple tuple
)

Create an adapter with a projection tuple of the Proj4dart package.

Implementation

const Proj4d(this.sourceCrs, this.targetCrs, this.tuple);