Skip to content

nilpntr/geojson_fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages