Draws a Geoline in a Panel Grid whose Control Type property is set to Maps.
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