From 336e45ea7c5d89ddfe31467bc0a830a546ce9e5f Mon Sep 17 00:00:00 2001 From: Vlada Skorokhodova Date: Wed, 26 Feb 2025 10:45:17 +0400 Subject: [PATCH] Map: describe location --- .../10 UI Components/dxMap/1 Configuration/onClick.md | 8 ++++++-- .../10 UI Components/dxMap/9 Types/ClickEvent/location.md | 2 +- .../dxMap/9 Types/MapLocation/MapLocation.md | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/api-reference/10 UI Components/dxMap/1 Configuration/onClick.md b/api-reference/10 UI Components/dxMap/1 Configuration/onClick.md index e344f11ec1..83ad6ebcbb 100644 --- a/api-reference/10 UI Components/dxMap/1 Configuration/onClick.md +++ b/api-reference/10 UI Components/dxMap/1 Configuration/onClick.md @@ -17,9 +17,13 @@ The UI component's instance. #include common-ref-elementparam with { element: "UI component" } ##### field(e.event): event -#include common-ref-eventparam +The event that triggered the function. It can be: + +- An [EventObject](/Documentation/ApiReference/Common/Object_Structures/EventObject/) or a jQuery.Event with the **'googleStatic'** provider. +- A native event with the **'google'** and **'azure'** providers. +- Unspecified with the **'bing'** provider. ##### field(e.location): MapLocation - +The clicked location. Unspecified with the **'googleStatic'** provider. --- diff --git a/api-reference/10 UI Components/dxMap/9 Types/ClickEvent/location.md b/api-reference/10 UI Components/dxMap/9 Types/ClickEvent/location.md index c7efa15f23..823377babb 100644 --- a/api-reference/10 UI Components/dxMap/9 Types/ClickEvent/location.md +++ b/api-reference/10 UI Components/dxMap/9 Types/ClickEvent/location.md @@ -4,7 +4,7 @@ type: MapLocation --- --- ##### shortDescription - +The clicked location. --- \ No newline at end of file diff --git a/api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md b/api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md index 863dece2da..8dac1035d6 100644 --- a/api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md +++ b/api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md @@ -6,5 +6,6 @@ generateTypeLink: --- --- ##### shortDescription +The selected Map location. ---