Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Update example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Aug 13, 2019
1 parent e1b2dbc commit 69879c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1,137 deletions.
17 changes: 14 additions & 3 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Examples

Available examples:
## Dart examples

- **Dart** base example: use basic functions to parse data from files
- **Flutter map** examples: show how to draw data on a map from geosjon assets. This example use streams to draw the assets on map as soon as they are parsed.
- **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](screencap.gif)
Loading

0 comments on commit 69879c5

Please sign in to comment.