diff --git a/src/ui/map.js b/src/ui/map.js index c1e5eee4dad..25c14d8d51c 100755 --- a/src/ui/map.js +++ b/src/ui/map.js @@ -2377,6 +2377,8 @@ class Map extends Camera { * @type {boolean} * @instance * @memberof Map + * @example + * map.showTileBoundaries = true; */ get showTileBoundaries(): boolean { return !!this._showTileBoundaries; } set showTileBoundaries(value: boolean) {