Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ivanbelenky/us-routing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbelenky committed Sep 6, 2024
2 parents 5c95059 + 08786c0 commit 7d4449f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ except ValueError as e:

r = get_route((-74.0060, 40.7128), (-118.2437, 34.0522), d_threshold=10)

# and for sure you can mix stuff up
r = get_route((40.7128, -74.0060), "seattle", d_threshold=0.00001)

```

Expand Down

0 comments on commit 7d4449f

Please sign in to comment.