' Su Process_Globals
Private lstPuntiGps As List
Private punto_gps_corrente As LatLng
' Nel codice AppStart
gmap.Initialize2("gmap", options,Google_Maps_Api_Key) 'You should call Initialize2 and set the API key!
Pane1.AddNode(gmap.AsPane, 0, 0, Pane1.Width, Pane1.Height)
punto_gps_corrente(14.4056,10.4561): lstPuntiGps.Add(punto_gps_corrente)
punto_gps_corrente(14.4057,10.4562): lstPuntiGps.Add(punto_gps_corrente)
punto_gps_corrente(14.4058,10.4563): lstPuntiGps.Add(punto_gps_corrente)
gmap.AddPolyline(lstPuntiGps, 8, fx.Colors.Black)
punto_gps_corrente(14.5056,12.4561): lstPuntiGps.Add(punto_gps_corrente)
punto_gps_corrente(14.5057,12.4562): lstPuntiGps.Add(punto_gps_corrente)
punto_gps_corrente(14.5058,12.4563): lstPuntiGps.Add(punto_gps_corrente)
gmap.AddPolyline(lstPuntiGps, 8, fx.Colors.Red)