Proj4d constructor
const
Proj4d(
- CoordRefSys sourceCrs,
- CoordRefSys targetCrs,
- ProjectionTuple tuple
Create an adapter with a projection tuple
of the Proj4dart package.
Implementation
const Proj4d(this.sourceCrs, this.targetCrs, this.tuple);