onError

abstract fun onError(error: Error, addresses: List<Address?>, indexes: List<Int>)

Callback called when one or more addresses couldn't be created

Parameters

error

indicates what went wrong

addresses

list of addresses that matches with the initial list of coordinates : addresses that couldn't be created are null.

indexes

list of indexes of addresses that couldn't be created