C# Class com.codename1.impl.LocationManager

Inheritance: location.LocationManager
Afficher le fichier Open project: Pmovil/CN1WindowsPort Class Usage Examples

Méthodes publiques

Méthode Description
LocationManager ( ) : System
bindListener ( ) : void
clearListener ( ) : void
getCurrentLocation ( ) : object
getLastKnownLocation ( ) : object

Private Methods

Méthode 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 méthode

public LocationManager ( ) : System
Résultat System

bindListener() public méthode

public bindListener ( ) : void
Résultat void

clearListener() public méthode

public clearListener ( ) : void
Résultat void

getCurrentLocation() public méthode

public getCurrentLocation ( ) : object
Résultat object

getLastKnownLocation() public méthode

public getLastKnownLocation ( ) : object
Résultat object