Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oliverheilig/ptvdeveloperforms
- Owner: oliverheilig
- License: mit
- Created: 2022-09-14T14:54:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T12:01:48.000Z (about 1 year ago)
- Last Synced: 2023-11-17T22:04:12.673Z (about 1 year ago)
- Topics: maps, ptv-developer, winforms
- Language: C#
- Homepage:
- Size: 876 KB
- Stars: 0
- Watchers: 2
- 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 applicationDemonstrates 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)