We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7938cc3 commit 655c898Copy full SHA for 655c898
1 file changed
src/ui/events.ts
@@ -564,6 +564,8 @@ export type MapEvent =
564
* If `layerId` is included as the second argument in {@link Map#on}, the event listener will fire only
565
* when the point that is clicked twice contains a visible portion of the specified layer.
566
*
567
+ * **Note:** Under normal conditions, this event will be preceded by two {@link Map.event:click} events.
568
+ *
569
* @event dblclick
570
* @memberof Map
571
* @instance
0 commit comments