Releases: radarlabs/radar-sdk-js
Releases · radarlabs/radar-sdk-js
v4.4.0
v4.3.5
- Adds
Radar.startTrackingVerified()
,Radar.stopTrackingVerified()
,Radar.getVerifiedLocationToken()
,Radar.onTokenUpdated(callback)
, andRadar.setExpectedJurisdiction(countryCode, stateCode)
. - Exposes
_id
andfailureReasons
in location token callbacks.
v4.4.0-beta.4
- Manually handle closing marker popups
- throw Radar error if duplicate feature ids are given
v4.4.0-beta.3
- Don't modify target object in mergeDeep
v4.4.0-beta.2
- Properly merge provided and default options
v4.4.0-beta.1
- Add popup support
v4.4.0-beta.0
- Add support for line and polygon drawing
v4.3.5-beta.0
- Local marker caching: #177