Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.03 KB
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