Metadata-Version: 2.1
Name: cool_mapMapboxRoute
Version: 0.0.2
Summary: For generating route path and estimated time
Home-page: https://github.com/swarupOGM/mapbox_route_estimation
Author: Swarup Adhikary
Author-email: swarupovo@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt

#COOLMAP ROUTE PATH ESTIMATION


Instructions

from cool_mapMapboxRoute.route_mapbox import CoolmapRoutePath


obj = CoolmapRoutePath("34.01076,-117.44858","33.94559,-118.18381")

#to get the path of route
obj.get_mapbox_response()

#return estimated time of route
obj.estimated_time_in_minute()

#return estimated distance of route
obj.estimated_distance_in_mile























