Skip to content

Commit

Permalink
Fix directions examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongerbes committed Jul 21, 2023
1 parent e399a23 commit d739c2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Defines the endpoint of the directions. The value can be either a place name, ad

- default: N/A
- examples:
- `'Cinemas'`
- `'One Apple Park Way, Cupertino, CA 95014, United States'`
- `{ latitude: 37.334886, longitude: -122.008988 }`

Expand All @@ -97,7 +96,6 @@ Defines the starting point from which to display directions. The value can be ei

- default: If unspecified, defaults to most relevant starting location, such as device location, or the map may provide a blank form to allow a user to enter the origin.
- examples:
- `'Cinemas'`
- `'One Apple Park Way, Cupertino, CA 95014, United States'`
- `{ latitude: 37.334886, longitude: -122.008988 }`

Expand Down

0 comments on commit d739c2c

Please sign in to comment.