radarlabs / react-native-radar

React Native module for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
170 stars 32 forks source link

Add expand units field #247

Closed KennyHuRadar closed 1 year ago

KennyHuRadar commented 1 year ago

QA: methodology: use waypoint's call of auto-complete and manually set expandUnits field to be true and false and observe result

image

IOS, when field is set to true, we can see that the SDK includes it in the http request

image

Android, when the field is set to true and the layers is not set, we get a bad request error as expected, setting the field to false subsequently results in a normal call

image