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

https://github.com/dimesoftware/turtleroute

🗺️ Geocode address, calculate travel times, and other route-based tasks.
https://github.com/dimesoftware/turtleroute

csharp geocoding

Last synced: 24 days ago
JSON representation

🗺️ Geocode address, calculate travel times, and other route-based tasks.

Awesome Lists containing this project

README

          

Logo


Turtle Route


This is a project that supports the map functionalities in Dime.Scheduler. Most notably, the geocoding service is essential to the performance of the map as it eliminates the need for ad-hoc geocoding.

## Installation

Use the package manager NuGet to install the package:

```cli
dotnet add package TurtleRoute
```

## Usage

``` csharp
using TurtleRoute;

Geocoder api = new("MYTOKEN");
GeoCoordinate? address = await api.GeocodeAsync("Katwilgweg", "2", "2050", "Antwerpen", "", "BE");
```

## Contributing

![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)

Pull requests are welcome. Please check out the contribution and code of conduct guidelines.

## Local development

- You must have Visual Studio 2022 Community or higher.
- The dotnet cli is also highly recommended.

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)