Draws a Geoline in a in a Grid whose Control Type property = Maps (included in a Panel object).
GridControlName.DrawGeoLine(&GeoLine)
Where:
GridControlName
It is the name of the Grid control.
&GeoLine
It is a variable based on the Geoline data type.
&GeoLine.FromString("LINESTRING(-56.082774 -34.884341, -56.074583 -34.881745)")
MapGrid.DrawGeoLine(&GeoLine)
This method is available since GeneXus 16.
Maps
DrawGeography method