C# Class android.location.GpsStatus

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getMaxSatellites ( ) : int
getSatellites ( ) : global::java.lang.Iterable
getTimeToFirstFix ( ) : int

Private Methods

Method Description
GpsStatus ( )
GpsStatus ( global @__env )

Method Details

getMaxSatellites() public method

public getMaxSatellites ( ) : int
return int

getSatellites() public method

public getSatellites ( ) : global::java.lang.Iterable
return global::java.lang.Iterable

getTimeToFirstFix() public method

public getTimeToFirstFix ( ) : int
return int