Skip to content

Commit

Permalink
Map: describe location
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Feb 26, 2025
1 parent 1903ba7 commit 336e45e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://api.jquery.com/category/events/event-object/" target="_blank">jQuery.Event</a> with the **'googleStatic'** provider.
- A native event with the **'google'** and **'azure'** providers.
- Unspecified with the **'bing'** provider.

##### field(e.location): MapLocation
<!-- Description goes here -->
The clicked location. Unspecified with the **'googleStatic'** provider.

---
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: MapLocation
---
---
##### shortDescription
<!-- Description goes here -->
The clicked location.

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ generateTypeLink:
---
---
##### shortDescription
The selected Map location.

---

0 comments on commit 336e45e

Please sign in to comment.