feature constant

TextFormat<FeatureContent> const feature

The newline-delimited GeoJSON text format (encoding and decoding) for feature objects.

Implementation

static const TextFormat<FeatureContent> feature =
    _GeoJsonLFeatureTextFormat();