3.19.0-beta.3
Pre-release
Pre-release
- Adds a
desiredAccuracy
param toRadar.trackVerified()
andRadar.getVerifiedLocationToken()
. UseMEDIUM
(default) for medium accuracy (generally prefers wi-fi) and lowest latency, orHIGH
for highest accuracy (generally prefers GPS) and slightly higher latency. - Adds
Radar.clearVerifiedLocationToken()
to clear the last location token (e.g., on logout). - When calling
Radar.startTrackingVerified()
, if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.