Serial port and GPS

BmpMaps Constructor 

Initializes the maps collection from the given file.

[Visual Basic]
Public Sub New( _
   ByVal aFileName As String _
)
[C#]
public BmpMaps(
   string aFileName
);

Parameters

aFileName
Missing <param> documentation for aFileName

Remarks

Format of the file: one line per map description, each line in format according to BmpMap.

See Also

BmpMaps Class | serial Namespace