setDebug

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`.

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