Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 292 forks source link

About privacy... #217

Closed avlonder closed 3 years ago

avlonder commented 3 years ago

Does Google get access to the user's coordinates if we use this module?

Agontuk commented 3 years ago

yes, since we're using google play service to get the location.

avlonder commented 3 years ago

@Agontuk, thank you. Any idea of it transmits location data to Google continuously? Or only if we call one of the modules getCurrentPosition / watchPosition? And if so, also in the background?

Agontuk commented 3 years ago

I don't know about the internals of google play service, so can't tell exactly how it uses location data.

Agontuk commented 3 years ago

Closing due to inactivity