Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterakande/geofencing-from-geojson


https://github.com/peterakande/geofencing-from-geojson

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Dart GeoJSON Location Checker

A simple Dart app that determines if a user is located within a specified region, using only the GeoJSON file for that region.

## Features

- **Location Validation:** Checks if a user's coordinates fall within the boundaries defined in a GeoJSON file.
- **Lightweight & Fast:** Designed for quick and efficient geographical computations.

## Inspiration

This project was inspired by the work of [Philip Okiokio](https://github.com/philipokiokio).

## Getting Started

1. **Clone the Repository:**

```bash
git clone
```

2. **Install Dependencies:**

```bash
dart pub get
```

3. **Run the App:**

```bash
dart run
```

## Usage

1. Provide a valid GeoJSON file.
2. Input the user's coordinates.
3. The app will determine if the user is within the specified region.

---

Let me know if you'd like further adjustments!