Epsg4326 constructor

const Epsg4326()

Create a new Epsg4326 CRS instance.

Implementation

const Epsg4326()
    : super._(
        projection: const _LonLat(),
        transformation: const _Transformation(1 / 180, 1, -1 / 180, 0.5),
        code: 'EPSG:4326',
        infinite: false,
        wrapLng: const (-180, 180),
      );