GeoJsonConf constructor

const GeoJsonConf({
  1. GeoRepresentation? crsLogic,
  2. bool singlePrecision = false,
  3. bool ignoreMeasured = false,
  4. bool ignoreForeignMembers = false,
  5. bool printNonDefaultCrs = false,
  6. bool compactNums = true,
})

Optional configuration parameters for formatting GeoJSON.

Implementation

const GeoJsonConf({
  this.crsLogic,
  this.singlePrecision = false,
  this.ignoreMeasured = false,
  this.ignoreForeignMembers = false,
  this.printNonDefaultCrs = false,
  this.compactNums = true,
});