GeoJsonConf constructor
const
GeoJsonConf({})
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,
});