Serial port and GPS

MapBound Constructor (String, String, String, String)

From the given coordinates

[Visual Basic]
Overloads Public Sub New( _
   ByVal aLeft As String, _
   ByVal aTop As String, _
   ByVal aRight As String, _
   ByVal aBottom As String _
)
[C#]
public MapBound(
   string aLeft,
   string aTop,
   string aRight,
   string aBottom
);

Parameters

aLeft
the left coordinate
aTop
the top coordinate
aRight
the coordinate of the right corner
aBottom
the coordinate of the bottom

Remarks

The coordinate strings according to Utils.coord2dec()

See Also

MapBound Class | serial Namespace | MapBound Constructor Overload List | Utils.coord2dec()