Serial port and GPS

SerialGPSCfgForm Constructor 

Initializes the form

[Visual Basic]
Public Sub New( _
   ByVal gpxdir As String, _
   ByVal mapfile As String, _
   ByVal osmdldcfg As OsmDldCfg _
)
[C#]
public SerialGPSCfgForm(
   string gpxdir,
   string mapfile,
   OsmDldCfg osmdldcfg
);

Parameters

gpxdir
path of the directory for gpx files
mapfile
path for the map file
osmdldcfg
openstreetmap download configuration

See Also

SerialGPSCfgForm Class | serial Namespace