Skip to content

Commit

Permalink
mixing locatables specified in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbelenky authored Sep 6, 2024
1 parent 20db7f1 commit 08786c0
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 08786c0

Please sign in to comment.