setDebug

abstract fun setDebug(@NonNull debugOptions: List<MapDebugOptions>, value: Boolean)

Sets the `map debug options` and enables debug mode based on the passed value.

Parameters

debugOptions

An array of `map debug options` to be set.

value

A `boolean` value representing the state for a given `map debug options`.