Skip to content

Commit

Permalink
add inline code snippet to map.showTileBoundaries (#9557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstratman authored Apr 20, 2020
1 parent 6874d42 commit a5eed0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -2386,6 +2386,8 @@ class Map extends Camera {
* @type {boolean}
* @instance
* @memberof Map
* @example
* map.showTileBoundaries = true;
*/
get showTileBoundaries(): boolean { return !!this._showTileBoundaries; }
set showTileBoundaries(value: boolean) {
Expand Down

0 comments on commit a5eed0e

Please sign in to comment.