Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Location getSatelliteCount #62

Closed
Krugergit opened this issue Aug 1, 2020 · 2 comments
Closed

Add Location getSatelliteCount #62

Krugergit opened this issue Aug 1, 2020 · 2 comments

Comments

@Krugergit
Copy link

Get numbers of “satellites in view” and “satellites in use”

@victordiaz victordiaz changed the title Gps: getSatelliteCount Add Location getSatelliteCount Aug 3, 2020
@victordiaz
Copy link
Owner

Now we can access the satellites using the following callback.

sensors.location.onSatellitesChange(function (data) {
  console.log(data)
})

The new version is released.under releases. It might take a bit to get available in google play.
Feel free to close the issue after you try it.

@victordiaz
Copy link
Owner

Closing as it was already solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants