flyandi / react-native-maps-navigation

Enables custom navigation in react-native-maps
134 stars 54 forks source link

I can't get the module working without the simulate option #2

Closed YuenEsc closed 5 years ago

YuenEsc commented 5 years ago

limaTobias commented 5 years ago

I'm having the same problem, any updates?

flyandi commented 5 years ago

You mean you can't query live data from Google?

noway commented 5 years ago

Having the same issue. The question is how to get it out of demo mode? NavigationModes.NAVIGATION and this.refNavigation.navigateRoute() both drive the route themselves, it's not user driven.

bestmazzo commented 5 years ago

Hi, just sent a PR https://github.com/flyandi/react-native-maps-navigation/pull/7 on this issue

flyandi commented 5 years ago

PR accepted. Thank you!

aaronbesson commented 5 years ago

ezgif-1-94fb70fdbc5f Sorry to bump a closed issue... i disabled the simulator by commenting out the speed in Simulator.js. this way it still brings up the directions as well as rotates and tilts the map. But when you start to drive it does not update the directions/manoeuvres. it's not sensing the device has travelled. (gif attached is from actual device while driving)

I was wondering if you calculated speed using live data from the geolocation (in kmph or mph) it would update the manoeuvres/direction prompt?