Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapup/toll-for-route-from-mapping-service-ptv-maps
Calculate tolls for routes from PTV maps
https://github.com/mapup/toll-for-route-from-mapping-service-ptv-maps
fuel-calculator-service mapping ptv-developer toll-api toll-calculator toll-costs tollguru
Last synced: 16 days ago
JSON representation
Calculate tolls for routes from PTV maps
- Host: GitHub
- URL: https://github.com/mapup/toll-for-route-from-mapping-service-ptv-maps
- Owner: mapup
- Created: 2021-01-21T15:56:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T14:15:24.000Z (10 months ago)
- Last Synced: 2024-04-23T19:27:37.423Z (8 months ago)
- Topics: fuel-calculator-service, mapping, ptv-developer, toll-api, toll-calculator, toll-costs, tollguru
- Language: PHP
- Homepage: https://tollguru.com/toll-calculator
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toll-ptv-maps
Click on the folders above to see examples to extend mapping capabilities of PTV by adding toll information from [**TollGuru**](https://tollguru.com/) to the route information from PTV.The toll information has following [key features](https://tollguru.com/developers/features):
### Support for [geographies](https://github.com/mapup/tollguru_country_coverage/wiki/Countries-supported-by-TollGuru)
* North America - Bahamas, Belize, Canada, Costa Rica, Cuba, Dominican Republic, Guatemala, Honduras, Jamaica, Mexico, Panama, Puerto Rico, United States of America
* Europe - Albania, Andorra, Austria, Belarus, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Czechia, Denmark, Estonia, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Latvia, Lithuania, Luxembourg, Moldova, Montenegro, Netherlands, North Macedonia, Norway, Poland, Portugal, Romania, Russia, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey, United Kingdom
* Australia - Australia, New Zealand
* Asia - Brunei, India, Indonesia, Malaysia, Philippines, Singapore, Taiwan, Thailand, Vietnam
* Latin America - Argentina, Bolivia, Brazil, Chile, Colombia, Ecuador, Guyana, Paraguay, Peru, Uruguay, Venezuela### Based on vehicles in use in each country, [vehicle type support](https://github.com/mapup/tollguru_vehicle_coverage/wiki/Vehicle-types-supported-by-TollGuru)
* Car, SUV or Pickup truck. You can specify number of axles including axles in trailers
* Carpool
* Taxi
* Rideshare
* Motorcycle
* Truck
* Bus
* Recreational vehicle (RV), motorhome, caravan, van### Rates for all the available payment options in local currencies
* Tag transponder (including primary and secondary transponders)
* cash
* licence plate
* credit card
* prepaid### Time based tolls
You can specify "departure_time" as DateTime (string) or Timestamp (number) to provide you with most accurate toll rates based on time of day/week/month/year, including tolls for express lanes where tolls change as quickly as every five minutes### All types of toll systems
Support for barrier, ticket system and distance based tolling configurations### Support for [all map services](https://github.com/mapup)
[See the Mapping services list](https://github.com/mapup/toll-ptv-maps/wiki/2.-Map-platform-service-supported-by-TollGuru) for all mapping platforms supported. You can edit the **source** argument to send polyline from another mapping service.### Support for trucks based on [height, weight, harardous goods, etc.](https://github.com/mapup/toll-ptv-maps/wiki/4.-Truck-parameters-supported-by-TollGuru)
You can receive tolls based on vehicle height, weight etc., while calculating toll: "truckType","shippedHazardousGoods","tunnelCategory","truckRestrictionPenalty" and [more](https://github.com/mapup/toll-ptv-maps/wiki/4.-Truck-parameters-supported-by-TollGuru).For more examples of the different ways in which the responses from this endpoint can be configured, you can refer to: [Our API parameter examples repository.](https://github.com/mapup/tollguru-api-parameter-examples/tree/main/request-bodies/02-Complete-Polyline-To-Toll)