geojson_fields 1.0.0 copy "geojson_fields: ^1.0.0" to clipboard
geojson_fields: ^1.0.0 copied to clipboard

outdated

A package to parse incoming json MultiPointFields, MultiPolygonFields, MultiLineFields.

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

0
likes
0
pub points
2%
popularity

Publisher

unverified uploader

A package to parse incoming json MultiPointFields, MultiPolygonFields, MultiLineFields.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on geojson_fields