https://github.com/oliverheilig/ptvdeveloperforms
Sample for PTV Developer within a WinForms application
https://github.com/oliverheilig/ptvdeveloperforms
maps ptv-developer winforms
Last synced: 2 months ago
JSON representation
Sample for PTV Developer within a WinForms application
- Host: GitHub
- URL: https://github.com/oliverheilig/ptvdeveloperforms
- Owner: oliverheilig
- License: mit
- Created: 2022-09-14T14:54:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T11:49:50.000Z (10 months ago)
- Last Synced: 2025-10-19T10:24:47.310Z (8 months ago)
- Topics: maps, ptv-developer, winforms
- Language: C#
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
