hi,
I have a sort of a compass app.
in IOS my app asks for calibration without me doing nothing special about it. (btw it asks a lot when I’m moving)
in Android, it doesn’t ask anything. can I use this variable for that?
https://docs.coronalabs.com/api/event/location/accuracy.html
it seems more a variable to show distance accuracy not fitted for calibration (showing the correct direction of north). (if it’s directly related to the calibration I could use something like this: if accuracy > 50 then callCallibrationWarning() end
I can have a warning in the beginning to all android users to calibrate their devices but wanted to show that if the device needs it not all the time.
regards Carlos.