Leon
Leon

Reputation: 37

Getting the source of geolocation coordinates

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

Answers (1)

Tim
Tim

Reputation: 10709

This is currently not possible. See the docs: https://facebook.github.io/react-native/docs/geolocation.html

Upvotes: 1

Related Questions