debugMask property
MLNMapDebugMaskOptions
get
debugMask
The options that determine which debugging aids are shown on the map.
These options are all disabled by default and should remain disabled in released software for performance and aesthetic reasons.
Implementation
MLNMapDebugMaskOptions get debugMask {
final _ret = _objc_msgSend_1kwkjor(this.ref.pointer, _sel_debugMask);
return MLNMapDebugMaskOptions.fromValue(_ret);
}
set
debugMask
(MLNMapDebugMaskOptions value)
The options that determine which debugging aids are shown on the map.
These options are all disabled by default and should remain disabled in released software for performance and aesthetic reasons.
Implementation
set debugMask(MLNMapDebugMaskOptions value) {
_objc_msgSend_pisvbv(this.ref.pointer, _sel_setDebugMask_, value.value);
}