C# 클래스 Whereami.WhereAmILocationDelegate

상속: CLLocationManagerDelegate
파일 보기 프로젝트 열기: paulcbetts/BigNerdIOS-MonoDevelop

공개 메소드들

메소드 설명
Failed ( CLLocationManager manager, NSError error ) : void
UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void
WhereAmILocationDelegate ( Action reallyFoundLocation ) : System

메소드 상세

Failed() 공개 메소드

public Failed ( CLLocationManager manager, NSError error ) : void
manager CLLocationManager
error NSError
리턴 void

UpdatedLocation() 공개 메소드

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

WhereAmILocationDelegate() 공개 메소드

public WhereAmILocationDelegate ( Action reallyFoundLocation ) : System
reallyFoundLocation Action
리턴 System