showTileBoundaries property

bool showTileBoundaries

Gets and sets a Boolean indicating whether the map will render an outline around each tile and the tile ID. These tile boundaries are useful for debugging.

The uncompressed file size of the first vector source is drawn in the top left corner of each tile, next to the tile ID.

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

Implementation

bool get showTileBoundaries => jsObject.showTileBoundaries;
void showTileBoundaries=(bool value)

Implementation

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