mauron85 / react-native-background-geolocation-example

Example app of react-native-mauron85-background-geolocation component.
120 stars 45 forks source link

Unable to get Speed in Background location call backs #6

Open SahilRS200 opened 6 years ago

SahilRS200 commented 6 years ago

Hi, When i use RAW PROVIDER, i am not getting the standard callbacks , on("location") or on("stationary") called.

If i do not use RAW PROVIDER, I am not able to get speed in the callbacks specified above.

I need to explicitly call getLocation to capture speed.

Is this part of the feature? How do i get a listener function which would provide speed as well as location