Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliverheilig/ptvdeveloperforms

Sample for PTV Developer within a WinForms application
https://github.com/oliverheilig/ptvdeveloperforms

maps ptv-developer winforms

Last synced: 3 days ago
JSON representation

Sample for PTV Developer within a WinForms application

Awesome Lists containing this project

README

        

# PtvDeveloperForms
Sample for PTV Developer within a WinForms application

Demonstrates how to:
* Utilize the [PTV map widget](https://github.com/ptv-logistics/xserver.net) to display the PTV Developer [Raster Maps API](https://developer.myptv.com/en/documentation/raster-maps-api).
* Calculate a route using the [Routing Api](https://developer.myptv.com/en/documentation/routing-api).
* Display the route on a map.

Get your free API key at https://developer.myptv.com/ and add it in [Form1.cs](https://github.com/oliverheilig/PtvDeveloperForms/blob/8cecf60679ccfe60441dcd014c9cfa4887366eb7/Form1.cs#L23).

![screenshot](https://raw.githubusercontent.com/oliverheilig/PtvDeveloperForms/master/screenshot.jpg)