react-native-maps-directions icon indicating copy to clipboard operation
react-native-maps-directions copied to clipboard

Directions Component for `react-native-maps`

Results 66 react-native-maps-directions issues
Sort by recently updated
recently updated
newest added

If i use https://github.com/facebook/create-react-app to initiate and then use react-native-maps-directions i have the following error: ``` Support for the experimental syntax 'classProperties' isn't currently enabled (34:13): Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to...

I think this is better if someone wants to keep updating a route. IMO relying on component render and updates seem flimsy but I can maybe see the appeal of...

mode={{travelMode:'TRANSIT'}}

The waypoint feature is awesome! Can you also expose the Duration and distance to each waypoint in the callback for onReady? I believe Google's direction API response already contains that...

enhancement
good first issue

I've read the previous requests for animation and understand that it's a limitation with the `Polyline` component from `react-native-maps`, but I'd like attempt something like this lib (https://github.com/shameemz/react-native-maps-animated-polyline/blob/master/index.js) which concatenates...

Hello developers! Thank you for this great library! Great work

Is there any way to calculate or to get toll fees estimation with this library? onReady={fare} doesnt seem to return anything

I noticed for some routes, app crashes on real device (it works on simulator) if precision={'high'} For exemple : `` If I remove the parameter, it works on real device....

This effectively draws a second polyline to function as a "border" of the original polyline.

In my case, I need to get the duration of the trip, taking into account traffic and departure time. But I can pass to timePrecision only 'now' value :(