showOverdrawInspector property
bool
get
showOverdrawInspector
Gets and sets a Boolean indicating whether the map should color-code each fragment to show how many times it has been shaded. White fragments have been shaded 8 or more times. Black fragments have been shaded 0 times. This information is useful for debugging.
@name showOverdraw @type {boolean} @instance @memberof MapboxMap
Implementation
bool get showOverdrawInspector => jsObject.showOverdrawInspector;
set
showOverdrawInspector
(bool value)
Implementation
set showOverdrawInspector(bool value) => jsObject.showOverdrawInspector;