onLocationsReady

abstract fun onLocationsReady(@Nullable locations: List<MPLocation>, @Nullable error: MIError)

On locations ready event method

Parameters

locations

The query result (list of MPLocation objects) or null

error

If the call didn't succeed, a MIError object with details about it, null on success