geometryFormat static method

TextFormat<GeometryContent> geometryFormat({
  1. GeoJsonConf? conf,
})

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

Implementation

static TextFormat<GeometryContent> geometryFormat({
  GeoJsonConf? conf,
}) =>
    _GeoJsonGeometryTextFormat(conf: conf);