From cf5d3b61b863133d343348731ba1c3ce875c2a01 Mon Sep 17 00:00:00 2001 From: Jeremy Stratman Date: Mon, 13 Apr 2020 17:31:26 -0700 Subject: [PATCH] add inline code snippet to map.showTileBoundaries --- src/ui/map.js | 2 ++ 1 file changed, 2 insertions(+) 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) {