It is launched when a geoPoint is start to drawn:
Parameters
GeographyId |
Character |
Identifier (Guid) of the marker which is drag |
GeoPoint |
GeoPoint |
the new coordinate, when finish drag marker |
Syntax
MapGrid.MarkerDragEnd(Character, Geopoint)
Example
Event MapGrid.MarkerDragEnd(&character, &GeoPoint)
msg("GeographyId:" + &character)
Endevent
Note:
MarkerDragEnded is not executed when the Marker was drawn (Editable geographies = Point)
In this case, the point is updated with the new coordinates and the GeographySaved is executed
This method is available since GeneXus 17