Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapup/toll-for-route-from-mapping-service-mapmyindia
Calculate tolls for routes from MapMyIndia maps
https://github.com/mapup/toll-for-route-from-mapping-service-mapmyindia
mapmyindia-api mapping-services toll-api toll-calculator toll-india toll-plaza tollguru
Last synced: 16 days ago
JSON representation
Calculate tolls for routes from MapMyIndia maps
- Host: GitHub
- URL: https://github.com/mapup/toll-for-route-from-mapping-service-mapmyindia
- Owner: mapup
- Created: 2021-01-11T03:57:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T18:54:36.000Z (10 months ago)
- Last Synced: 2024-04-23T19:27:37.483Z (8 months ago)
- Topics: mapmyindia-api, mapping-services, toll-api, toll-calculator, toll-india, toll-plaza, tollguru
- Language: Python
- Homepage: https://tollguru.com/toll-calculator
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toll-mapmyindia
Click on the folders above to see examples to extend mapping capabilities of [MapmyIndia](https://www.mapmyindia.com/api/advanced-maps/doc/route-api) by adding toll information from [**TollGuru**](https://tollguru.com/) to the route information from MapmyIndia.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-mapmyindia/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-mapmyindia/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-mapmyindia/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)