C# Class com.codename1.impl.LocationManager

Inheritance: location.LocationManager
Exibir arquivo Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Methods

Method Description
LocationManager ( ) : System
bindListener ( ) : void
clearListener ( ) : void
getCurrentLocation ( ) : object
getLastKnownLocation ( ) : object

Private Methods

Method Description
convert ( Geoposition position ) : com.codename1.location.Location
watcher_PositionChanged ( Geolocator sender, PositionChangedEventArgs e ) : void
watcher_StatusChanged ( Geolocator sender, StatusChangedEventArgs eventArgs ) : void

Method Details

LocationManager() public method

public LocationManager ( ) : System
return System

bindListener() public method

public bindListener ( ) : void
return void

clearListener() public method

public clearListener ( ) : void
return void

getCurrentLocation() public method

public getCurrentLocation ( ) : object
return object

getLastKnownLocation() public method

public getLastKnownLocation ( ) : object
return object