C# Class Whereami.WhereAmILocationDelegate

Inheritance: CLLocationManagerDelegate
显示文件 Open project: paulcbetts/BigNerdIOS-MonoDevelop

Public Methods

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

Method Details

Failed() public method

public Failed ( CLLocationManager manager, NSError error ) : void
manager CLLocationManager
error NSError
return void

UpdatedLocation() public method

public UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void
manager CLLocationManager
newLocation CLLocation
oldLocation CLLocation
return void

WhereAmILocationDelegate() public method

public WhereAmILocationDelegate ( Action reallyFoundLocation ) : System
reallyFoundLocation Action
return System