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.
- Host: GitHub
- URL: https://github.com/dimesoftware/turtleroute
- Owner: dimesoftware
- License: mit
- Created: 2020-04-28T12:54:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-28T08:13:44.000Z (5 months ago)
- Last Synced: 2026-05-01T10:06:11.660Z (3 months ago)
- Topics: csharp, geocoding
- Language: C#
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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

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
[](http://badges.mit-license.org)