You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Is it correct that the current design will trigger reading events at a fixed time interval / frequency?
I can see this is useful for use cases that involve continuous visualization of the current location.
However, in our use case, it would be more useful to be able to configure the instance to only trigger when a certain geolocation delta (distance) has been crossed, compared to the last reading. In other words: "only give me reading events for those locations that compared to the previously emitted reading changed by at least X meters".
We could do this filtering logic in the JS code on top of the time frequency based triggering, but this is less desirable from a power consumption point of view.
Is it correct that the current design will trigger reading events at a fixed time interval / frequency?
I can see this is useful for use cases that involve continuous visualization of the current location.
However, in our use case, it would be more useful to be able to configure the instance to only trigger when a certain geolocation delta (distance) has been crossed, compared to the last reading. In other words: "only give me reading events for those locations that compared to the previously emitted reading changed by at least X meters".
We could do this filtering logic in the JS code on top of the time frequency based triggering, but this is less desirable from a power consumption point of view.