C# Class NavigatorManaged.Navigator

Mostra file Open project: vejuhust/msft-scooter Class Usage Examples

Public Methods

Method Description
Connect ( ) : void
Disconnect ( ) : void
GetCurrentLocation ( ) : string
GetRoute ( string src, string des ) : List
LogLocation ( ) : Tuple
Navigator ( string portName = @"COM3" ) : System
getLatitude ( ) : double
getLongitude ( ) : double

Method Details

Connect() public method

public Connect ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

GetCurrentLocation() public method

public GetCurrentLocation ( ) : string
return string

GetRoute() public method

public GetRoute ( string src, string des ) : List
src string
des string
return List

LogLocation() public method

public LogLocation ( ) : Tuple
return Tuple

Navigator() public method

public Navigator ( string portName = @"COM3" ) : System
portName string
return System

getLatitude() public method

public getLatitude ( ) : double
return double

getLongitude() public method

public getLongitude ( ) : double
return double