on Complete
abstract fun onComplete(status: Radar.RadarStatus, address: RadarAddress? = null, proxy: Boolean = false)
Content copied to clipboard
Called when an IP geocoding request succeeds, fails, or times out. Receives the request status and, if successful, the geocoding result (a partial address) and a boolean indicating whether the IP address is a known proxy.
Parameters
status
RadarStatus The request status.
address
RadarAddress? If successful, the geocoding result (a partial address).
proxy
Boolean A boolean indicating whether the IP address is a known proxy.