https://github.com/ptv-logistics/tutorials-toll-routing
Display a map, select and calculate a route with toll between waypoints.
https://github.com/ptv-logistics/tutorials-toll-routing
ptv-developer routing routing-algorithm routing-engine toll toll-api toll-calculator trucking tutorials
Last synced: about 1 month ago
JSON representation
Display a map, select and calculate a route with toll between waypoints.
- Host: GitHub
- URL: https://github.com/ptv-logistics/tutorials-toll-routing
- Owner: ptv-logistics
- License: apache-2.0
- Created: 2022-05-31T13:01:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T07:41:22.000Z (3 months ago)
- Last Synced: 2025-07-23T03:49:47.762Z (3 months ago)
- Topics: ptv-developer, routing, routing-algorithm, routing-engine, toll, toll-api, toll-calculator, trucking, tutorials
- Language: JavaScript
- Homepage: https://developer.myptv.com
- Size: 38.1 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toll Calculation
Display a map, select and calculate a route with toll between waypoints.PTV Developer APIs used in this tutorial:
- Raster Maps API
- Routing API## Getting started
- Replace the API key placeholder *"YOUR_API_KEY"* in `tollRouting.js` with your PTV Developer API key.
- How to create an API key for PTV Developer
- Start the application by opening `index.html` in your browser.
#
### Try the tutorial application here.
### Read the complete tutorial on PTV Developer.