Serial port and GPS

MapPoint Constructor (String, String)

Initializes the point from coordinate strings

[Visual Basic]
Overloads Public Sub New( _
   ByVal anX As String, _
   ByVal aY As String _
)
[C#]
public MapPoint(
   string anX,
   string aY
);

Parameters

anX
the longitude string
aY
the latitude string

Remarks

Format of coordinate strings according to Utils.coord2dec()

See Also

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