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

Utilities to work with geojson data. Parser with a reactive api, search and geofencing

example/README.md

Examples #

Dart examples #

  • Functions: shows how to use the basic functions
  • Stream: shows how to use the streams to retrive data as soon as it is parsed
  • Geofencing from polygons: find all the airports in a country
  • Geofencing from distance: find all the airports within a given distance

Flutter examples #

  • Display polygons on a map: parse a file and display polygons as soon as they are found
  • Display lines on a map: parse a file and display lines as soon as they are found
  • Geofencing from polygons: find all the airports in a country and display them on a map as soon as they are found
  • Geofencing from distance: find all the airports within a given distance and display them on a map as soon as they are found

Screenshot

61
likes
130
pub points
91%
popularity

Publisher

unverified uploader

Utilities to work with geojson data. Parser with a reactive api, search and geofencing

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

geodesy, geopoint, iso, pedantic

More

Packages that depend on geojson