C# Class LondonBike.MyLocationManagerDelegate

Inheritance: CLLocationManagerDelegate
Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Méthodes publiques

Méthode Description
Failed ( CLLocationManager manager, NSError error ) : void
StartTimer ( CLLocationManager manager ) : void
StopTimer ( ) : void
TerminateLocationUpdate ( ) : void
UpdatedHeading ( CLLocationManager manager, CLHeading newHeading ) : void
UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void

Method Details

Failed() public méthode

public Failed ( CLLocationManager manager, NSError error ) : void
manager CLLocationManager
error NSError
Résultat void

StartTimer() public méthode

public StartTimer ( CLLocationManager manager ) : void
manager CLLocationManager
Résultat void

StopTimer() public méthode

public StopTimer ( ) : void
Résultat void

TerminateLocationUpdate() public méthode

public TerminateLocationUpdate ( ) : void
Résultat void

UpdatedHeading() public méthode

public UpdatedHeading ( CLLocationManager manager, CLHeading newHeading ) : void
manager CLLocationManager
newHeading CLHeading
Résultat void

UpdatedLocation() public méthode

public UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void
manager CLLocationManager
newLocation CLLocation
oldLocation CLLocation
Résultat void