GEO JSON Fields

A flutter package to parse incoming json MultiPointFields, MultiPolygonFields, MultiLineFields. These fields are mongodb geojson fields, they can be parsed using this package.

Getting Started

Import the package

import 'package:geojson_fields/geojson_fields.dart';

Fields

PointField

PointField example

LineStringField

LineStringField example

PolygonField

PolygonField example

MultiPointField

MultiPointField example

MultiLineStringField

MultiLineStringField example

MultiPolygonField

MultiPolygonField example

GeometryCollectionField

GeometryCollectionField example