C# Class Whereami.WhereAmILocationDelegate

Inheritance: CLLocationManagerDelegate
Afficher le fichier Open project: paulcbetts/BigNerdIOS-MonoDevelop

Méthodes publiques

Méthode Description
Failed ( CLLocationManager manager, NSError error ) : void
UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void
WhereAmILocationDelegate ( Action reallyFoundLocation ) : System

Method Details

Failed() public méthode

public Failed ( CLLocationManager manager, NSError error ) : void
manager CLLocationManager
error NSError
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

WhereAmILocationDelegate() public méthode

public WhereAmILocationDelegate ( Action reallyFoundLocation ) : System
reallyFoundLocation Action
Résultat System