featureFormat static method

TextFormat<FeatureContent> featureFormat({
  1. GeoJsonConf? conf,
})

The GeoJSON text format (encoding and decoding) for feature objects with optional conf.

Implementation

static TextFormat<FeatureContent> featureFormat({GeoJsonConf? conf}) =>
    _GeoJsonFeatureTextFormat(conf: conf);