Geofence GEOFENCE_TRANSITION_DWELLING error
android
Solution
The error is gone after I add the `setLoiteringDelay(int loiteringDelayMs)` on my`Geofence.Builder` according the the doc.
Problem
What does Non-negative loitering delay needs to be set when transition types include GEOFENCE_TRANSITION_DWELLING means? I got this error when I tried to run the sample GeofenceDetection provided by the android's website, and set the transition to DWELL.