This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
1,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.