onComplete

abstract fun onComplete(status: Radar.RadarStatus, addresses: Array<RadarAddress>? = null)

Called when a geocoding request succeeds, fails, or times out. Receives the request status and, if successful, the geocoding results (an array of addresses).

Parameters

status

RadarStatus The request status.

addresses

Array? If successful, the geocoding results (an array of addresses).