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

I am considering using this library, but I need to show details about the Steps (`routes.legs.steps`). For example, I'm "moving" from Rome, Italy, to Berlin, Germany, and these are the...

Hi I have already saved a directions api response on my server, now i only want to load the data and render it using polyline, is their a way to...

feature request

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hello, How can we show all the routes possible with each one of these a color, and we have on press event to select the route we want? I think...

I am trying to create a linear gradient on the stroke of maps. Currently this is my attempt by far, which failed too. ``` } timePrecision={"now"} onReady={data => { console.log('ONREADY...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. The current version of this package...

Add "preferredRoute" prop which is passed a number indicating which route to render. No change if 0 is passed, if a number > 0 is passed, request alternate routes from...

I have problem error like "react-native-maps-directions Error on GMAPS route request Unknown error" if set mode to BICYCLING

### What is happening? In a ReactNative typescript project, the type inferred for `MapViewDirections` prop named `timePrecison` is `MapViewDirectionsPrecision` which is defined thus; ``` type MapViewDirectionsPrecision = | "high" |...

I'm using "react-native-maps-directions": "^1.8.0", "react-native": "0.68.2", "expo": "^45.0.6", Then > useEffect(() => { // TODO: check geolocation permission Geolocation.watchPosition( (position) => { console.log(position); }, (error) => { // See error...