From 73bc12013d663f10030965f98587239e80440a4b Mon Sep 17 00:00:00 2001 From: Adriana Babakanian Date: Mon, 20 Apr 2020 15:37:59 -0700 Subject: [PATCH] Describe map style object returned by Map#getStyle (#9579) --- src/ui/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/map.js b/src/ui/map.js index f1ec4579948..f77e8acf5ec 100755 --- a/src/ui/map.js +++ b/src/ui/map.js @@ -1396,9 +1396,9 @@ class Map extends Camera { } /** - * Returns the map's Mapbox style object, which can be used to recreate the map's style. + * Returns the map's Mapbox [style](https://docs.mapbox.com/help/glossary/style/) object, a JSON object which can be used to recreate the map's style. * - * @returns {Object} The map's style object. + * @returns {Object} The map's style JSON object. * * @example * var styleJson = map.getStyle();