geojson2 0.11.0-dev.1 copy "geojson2: ^0.11.0-dev.1" to clipboard
geojson2: ^0.11.0-dev.1 copied to clipboard

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

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

2
likes
100
pub points
40%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

extra_pedantic, geodesy, geopoint2, iso2, meta, pedantic

More

Packages that depend on geojson2