apranav19 / pydirections

A Python client for Google's Directions API
Apache License 2.0
1 stars 0 forks source link

Handle avoid parameter #20

Closed apranav19 closed 9 years ago

apranav19 commented 9 years ago

The Avoid parameter indicates that the calculated route(s) should avoid the indicated features. This parameter supports the following arguments:

apranav19 commented 9 years ago

Added this enhancement and tested it.