Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laki944 authored Sep 13, 2020
1 parent f2c8419 commit afeb9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A simple react-native module which allows you to open default navigation app(**I
|--|--|--|--|
|startPoint| Object | false | Start point for directions, if this prop is null the start point is device location.
|endPoint| Object |true| This is the end position and this prop cannot be empty.
|transportType|String|true| Available values: d => (by car), w => (by foot), r => (by public transit). If you don’t specify any value, Maps uses the user’s preferred transport type or the previous setting.
|transportType|String|true| Available values: d => (by car), w => (by foot), r => (by public transit) or b => (biking). If you don’t specify any value, Maps uses the user’s preferred transport type or the previous setting.

**Example:**

Expand Down

0 comments on commit afeb9d9

Please sign in to comment.