set Debug
abstract fun setDebug(@NonNull debugOptions: List<MapDebugOptions>, value: Boolean)
Content copied to clipboard
Sets the `map debug options` and enables debug mode based on the passed value.
Parameters
debug Options
An array of `map debug options` to be set.
value
A `boolean` value representing the state for a given `map debug options`.