BoundsNotFoundError
class BoundsNotFoundError(message: String? = "") : LazarilloMapsErrorError indicating that the map bounds could not be computed.
Thrown when the SDK cannot determine the visible bounds of the map, typically because the map has not finished loading or has no content.
Constructors
BoundsNotFoundError | constructor(message: String ? = "") |
Properties
cause
open val cause: Throwable?message
open val message: String?Functions
addSuppressed
fun addSuppressed(p0: Throwable)fillInStackTrace
open fun fillInStackTrace(): ThrowablegetErrorCode
open override fun getErrorCode(): IntgetLocalizedMessage
open fun getLocalizedMessage(): StringgetStackTrace
open fun getStackTrace(): Array<StackTraceElement>getSuppressed
fun getSuppressed(): Array<Throwable>initCause
open fun initCause(p0: Throwable): ThrowableprintStackTrace
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)setStackTrace
open fun setStackTrace(p0: Array<StackTraceElement>)Last updated on