This event is triggered when you finish dragging a geoPoint.
Event GridControlName.MarkerDragEnd([&GeographyId [, &GeoPoint]])
<event code>
EndEvent
Where:
GridControlName
Is the Grid control name whose Control Type property is set to Maps.
<event code>
Code executed when the event is triggered.
|
Data Type |
Description |
&GeographyId |
Character |
Identifier (GUID) of the marker which is dragged. |
&GeoPoint |
GeoPoint |
It's the new coordinate, got after you finish dragging the marker. |
Generators: Android, Apple
Controls: Grid (Control Type: Maps)
Note: This event is not triggered when the Marker (geoPoint) was drawn in the Map editing mode (Property: Editable Geographies = True). In this case, the point is updated with the new coordinates and the
GeographySaved Event is executed, but not the MarkerDragEnd.
Availability
This method is available since GeneXus 17.