showCollisionBoxes property

bool get showCollisionBoxes

Gets and sets a Boolean indicating whether the map will render boxes around all symbols in the data source, revealing which symbols were rendered or which were hidden due to collisions. This information is useful for debugging.

@name showCollisionBoxes @type {boolean} @instance @memberof MapboxMap

Implementation

bool get showCollisionBoxes => jsObject.showCollisionBoxes;
set showCollisionBoxes (bool value)

Implementation

set showCollisionBoxes(bool value) => jsObject.showCollisionBoxes;