ZylGPSReceiver.NET
PositionEventArgs Constructor
Constructor.
[Visual Basic]
Public Sub New( _
ByVal
Int32
As
Integer
, _
ByVal
Int32
As
Integer
, _
ByVal
Double
As
Double
, _
ByVal
GPSPosition.CardinalPoint
As
CardinalPoint
_
)
[C#]
public PositionEventArgs(
Int32
degree
,
Int32
minute
,
Double
second
,
GPSPosition.CardinalPoint
direction
);
Parameters
Int32
Degree part of latitude or longitude.
Int32
Minute part of latitude or longitude.
Double
Second part of latitude or longitude.
GPSPosition.CardinalPoint
Direction of latitude or longitude.
See Also
PositionEventArgs Class
|
ZylGPSReceiver Namespace