Reputation: 37
When using geolocation in react-native, or perhaps any framework that uses geolocation, is it possible to get the source of the coordinates? That is, can I test whether the coordinates came from the GPS satellites, cell tower, or WiFi?
Thanks.
Upvotes: 0
Views: 71
Reputation: 10709
This is currently not possible. See the docs: https://facebook.github.io/react-native/docs/geolocation.html
Upvotes: 1