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

**The app works fine when I remove the images from the map**. Android emulator and setup according to requirement. https://reactnative.dev/docs/environment-setup#development-os - Windows 11 - React Native 0.67.3 - react-native-maps 0.31.1...

I want make like this, ![jRqKr (1)](https://user-images.githubusercontent.com/36995966/173118184-034325e5-6bdc-4726-8586-c9d64623c4c4.png) thanks for good library

This API only shows one path between 2 locations. Is their any way to show alternate paths( more than one path ) between two locations ? Thankx in advance

enhancement

I have api key restricted to android apps, and enabled maps and directions api, and maps are working but directions not with "ReactNativeJS: MapViewDirections Error: Error on GMAPS route request:...

## MapViewDirections - Adds avoidTolls to the componentWillUpdate watch - Passes avoidTolls to fetchRoute, if set to true it will update the URL to contain '&avoid=tolls' - Declares prop under...

I want to conditionally change the precision of the route (higher precision if start and destination are close together, lower precision if they are far apart). I already tried to...

In order to the issue #46. I have fixed this issue by adding each waypoint distance and duration to onReady method callback. Feel free to test it.

When using a transit polyline, I added a prop to allow the line to be split and automatically coloured by the transit line type provided by Google. I also added...

Is there a way that a route can be generated whilst avoiding certain locations, i.e. parks or alleyways?

Normally when you request the directions API, it returns a html_directions object that you can use to show the directions written like "Turn left on 200m", is there any way...