set Debug
abstract fun setDebug(debugOptions: List<MapDebugOptions>, value: Boolean)
Content copied to clipboard
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`.