-
public interface Radar.RadarSearchGeofencesCallbackCalled when a geofence search request succeeds, fails, or times out.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonComplete(Radar.RadarStatus status, Location location, Array<RadarGeofence> geofences)Called when a geofence search request succeeds, fails, or times out. -
-
Method Detail
-
onComplete
abstract Unit onComplete(Radar.RadarStatus status, Location location, Array<RadarGeofence> geofences)
Called when a geofence search request succeeds, fails, or times out. Receives the request status and, if successful, the location and an array of geofences sorted by distance.
- Parameters:
status- RadarStatus The request status.location- Location?geofences- Array<RadarGeofence>?
-
-
-
-