Replies: 2 comments 1 reply
-
Were you able to get any good package or you implemented everything yourself? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did implement it myself. It’s doable, it just needs a lot of fine tuning here and there, in order to get the camera to behave exactly how you want it. Interesting challenge overall! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
So, i am using the package in order to render a map. I get routing information from a 3rd party service and i draw a polyline on the MapView. Now, when the user wished to, she can navigate from one place to another. Using a 3rd party service, i get the routing information with waypoints, bearing etc.
My question is: is there a specific react-native-maps functionality that can assist with the turn-by-turn navigation feature, or i have to manually keep track of the location, the polyline length and the camera bearing/pitch myself?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions