Serial port and GPS

Maps Constructor (String)

Reads map definitions from the given file

[Visual Basic]
Overloads Public Sub New( _
   ByVal filename As String _
)
[C#]
public Maps(
   string filename
);

Parameters

filename
the name of the file to read

Remarks

The file is assumed to contain lines with a valid map definition, according to the constructor of the class Map. Each invalid line is silently ignored.

See Also

Maps Class | serial Namespace | Maps Constructor Overload List