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 4ffa9483b9..e344f11ec1 100644 --- a/api-reference/10 UI Components/dxMap/1 Configuration/onClick.md +++ b/api-reference/10 UI Components/dxMap/1 Configuration/onClick.md @@ -19,4 +19,7 @@ The UI component's instance. ##### field(e.event): event #include common-ref-eventparam +##### field(e.location): MapLocation + + --- 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 new file mode 100644 index 0000000000..c7efa15f23 --- /dev/null +++ b/api-reference/10 UI Components/dxMap/9 Types/ClickEvent/location.md @@ -0,0 +1,10 @@ +--- +uid: ui/map:ClickEvent.location +type: MapLocation +--- +--- +##### shortDescription + + +--- + \ No newline at end of file diff --git a/api-reference/10 UI Components/MapLocation/MapLocation.md b/api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md similarity index 50% rename from api-reference/10 UI Components/MapLocation/MapLocation.md rename to api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md index bcf16fbc53..863dece2da 100644 --- a/api-reference/10 UI Components/MapLocation/MapLocation.md +++ b/api-reference/10 UI Components/dxMap/9 Types/MapLocation/MapLocation.md @@ -1,6 +1,8 @@ --- id: MapLocation -hidden: +module: ui/map +export: MapLocation +generateTypeLink: --- --- ##### shortDescription diff --git a/api-reference/10 UI Components/MapLocation/lat.md b/api-reference/10 UI Components/dxMap/9 Types/MapLocation/lat.md similarity index 100% rename from api-reference/10 UI Components/MapLocation/lat.md rename to api-reference/10 UI Components/dxMap/9 Types/MapLocation/lat.md diff --git a/api-reference/10 UI Components/MapLocation/lng.md b/api-reference/10 UI Components/dxMap/9 Types/MapLocation/lng.md similarity index 100% rename from api-reference/10 UI Components/MapLocation/lng.md rename to api-reference/10 UI Components/dxMap/9 Types/MapLocation/lng.md diff --git a/metadata/syntax-data.json b/metadata/syntax-data.json index b57ad6ec9b..4a6724c7fb 100644 --- a/metadata/syntax-data.json +++ b/metadata/syntax-data.json @@ -2493,6 +2493,11 @@ "react": "_ui_map_ClickEvent", "vue": "Dx_ui_map_ClickEvent" }, + "_ui_map_ClickEvent.location": { + "angular": "dxo-location", + "react": "Location", + "vue": "DxLocation" + }, "_ui_map_DisposingEvent": { "angular": "dxo-ui-map--disposing-event", "react": "_ui_map_DisposingEvent", @@ -21156,6 +21161,9 @@ "mapLayerElement": { "vue": "map-layer-element" }, + "mapLocation": { + "vue": "map-location" + }, "message": { "angular": "dxo-message", "react": "Message",