'Declaration Public Function New( _ ByVal degree As Integer, _ ByVal minute As Integer, _ ByVal second As Integer, _ ByVal direction As ImGearXMPGPSDirection _ )
'Usage Dim degree As Integer Dim minute As Integer Dim second As Integer Dim direction As ImGearXMPGPSDirection Dim instance As New ImGearXMPGPSCoordinate(degree, minute, second, direction)
public ImGearXMPGPSCoordinate( int degree, int minute, int second, ImGearXMPGPSDirection direction )
Parameters
- degree
- Degree value.
- minute
- Minute value.
- second
- Second value.
- direction
- Direction value.
Return Value
New instance of ImGearXMPGPSCoordinate class object.