Serial port and GPS

SerialGPS.m_lastcoord Field

Last coordinates retrieved in parseNMEA

[Visual Basic]
Private m_lastcoord As Double()
[C#]
private double[] m_lastcoord;

See Also

SerialGPS Class | serial Namespace