You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/map-events.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
4
4
description: Learn which events are fired when users interact with maps. View a list of all supported map events. See how to use the Azure Maps Web SDK to handle events.
5
5
author: sinnypan
6
6
ms.author: sipa
7
-
ms.date: 06/12/2023
7
+
ms.date: 08/30/2024
8
8
ms.topic: how-to
9
9
ms.service: azure-maps
10
10
ms.subservice: web-sdk
@@ -18,7 +18,7 @@ This article shows you how to use [map events class]. The property highlight eve
18
18
19
19
The [Map Events] sample highlights the name of the events that are firing as you interact with the map. For the source code for this sample, see [Map Events source code].
20
20
21
-
:::image type="content" source="./media/map-events/map-events.png"alt-text="A screenshot showing a map with a list of map events that are highlighted anytime your actions on the map trigger that event.":::
21
+
:::image type="content" source="./media/map-events/map-events.png" lightbox="./media/map-events/map-events.png" alt-text="A screenshot showing a map with a list of map events that are highlighted anytime your actions on the map trigger that event.":::
@@ -28,7 +28,7 @@ The [Map Events] sample highlights the name of the events that are firing as you
28
28
29
29
The [Layer Events] sample highlights the name of the events that are firing as you interact with the Symbol Layer. The symbol, bubble, line, and polygon layer all support the same set of events. The heat map and tile layers don't support any of these events. For the source code for this sample, see [Layer Events source code].
30
30
31
-
:::image type="content" source="./media/map-events/layer-events.png"alt-text="A screenshot showing a map with a list of layer events that are highlighted anytime you interact with the Symbol Layer.":::
31
+
:::image type="content" source="./media/map-events/layer-events.png" lightbox="./media/map-events/layer-events.png" alt-text="A screenshot showing a map with a list of layer events that are highlighted anytime you interact with the Symbol Layer.":::
@@ -38,7 +38,7 @@ The [Layer Events] sample highlights the name of the events that are firing as y
38
38
39
39
The [HTML marker layer events] sample highlights the name of the events that are firing as you interact with the HTML marker layer. For the source code for this sample, see [HTML marker layer Events source code].
40
40
41
-
:::image type="content" source="./media/map-events/html-marker-layer-events.png"alt-text="A screenshot showing a map with a list of HTML marker layer events that are highlighted anytime your actions on the map trigger that event.":::
41
+
:::image type="content" source="./media/map-events/html-marker-layer-events.png" lightbox="./media/map-events/html-marker-layer-events.png" alt-text="A screenshot showing a map with a list of HTML marker layer events that are highlighted anytime your actions on the map trigger that event.":::
0 commit comments