From a5c0bbbe510d41d87e496c1559c20d0666f9089c Mon Sep 17 00:00:00 2001 From: Carter Wheatley Date: Tue, 9 Jan 2024 13:42:50 -0600 Subject: [PATCH] add missing param doc comment --- src/ui/camera.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/camera.js b/src/ui/camera.js index 858c5160bd4..2356601442e 100644 --- a/src/ui/camera.js +++ b/src/ui/camera.js @@ -778,6 +778,7 @@ class Camera extends Evented { * the highest zoom level up to and including `Map#getMaxZoom()` that fits * the points in the viewport at the specified bearing. * @memberof Map# + * @param {Transform} transform The current map transform. * @param {LngLatLike} p0 First point * @param {LngLatLike} p1 Second point * @param {number} bearing Desired map bearing at end of animation, in degrees