Releases: radarlabs/cordova-plugin-radar
Releases · radarlabs/cordova-plugin-radar
3.0.8
- Supports passing
icon
tostartForegroundService()
.
3.0.7
- Exposes
startForegroundService()
andstopForegroundService()
on Android. - Adds
ACCESS_BACKGROUND_LOCATION
permission on Android. - Adds
NS_LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION
,NS_LOCATION_ALWAYS_USAGE_DESCRIPTION
, andNS_LOCATION_ALWAYS_AND_WHEN_IN_USE_USAGE_DESCRIPTION
variables on iOS.
Thanks to @JoshJancula!
3.0.6
Supports string values for desiredAccuracy
, replay
, and sync
on Android in startTrackingCustom()
.
3.0.5
Exposes startTrackingCustom()
.
3.0.4
Exposes proxy
in the IP geocoding callback.
3.0.3
add proxy to IP geocode callback
3.0.2
- Exposes trip tracking with
startTrip()
andstopTrip()
. - Exposes mock tracking for testing with
mockTracking()
.
3.0.1
Merge pull request #8 from radarlabs/trip-mock-tracking Trip and mock tracking
3.0.0
- Upgrades to Radar SDK v3. Introduces new tracking options and presets. Exposes new APIs for geocoding, search, and distance.
3.0.0-beta.1
Merge pull request #5 from radarlabs/v3 Bump version