Skip to content

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

License

Notifications You must be signed in to change notification settings

dimesoftware/turtleroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

dotnet add package TurtleRoute

Usage

using TurtleRoute;

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

Contributing

PRs Welcome

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages