bramus / react-native-maps-directions

Directions Component for `react-native-maps`
MIT License
1.25k stars 197 forks source link

How to rotate map when user position changes with live directions ? #162

Closed mustapha-ghlissi closed 3 years ago

mustapha-ghlissi commented 3 years ago

Hi every body

I'm working on react-native maps with the current repo package

I have a button 'Get directions', once clicked the directions and route will be displayed and the navigation starts

My Question is :

How to rotate map according to directions when user moves ?

Same as current Google Maps live directions

bramus commented 3 years ago

This is a react-native-maps issue/question not a react-native-maps-directions one, as this package only fetches and draws the directions/route. Please check their repo on how to rotate the map.

mustapha-ghlissi commented 3 years ago

Thanks,

But I saw the other plugin used in your example that' why I just mentioned it to get help if someone had the same issue .