C# 클래스 Monospace11.MapViewController.LocationManagerDelegate

MonoTouch definition seemed to work without too much trouble
상속: CLLocationManagerDelegate
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace

공개 메소드들

메소드 설명
Failed ( CLLocationManager manager, NSError error ) : void
LocationManagerDelegate ( MKMapView mapview, MapViewController mapvc ) : System
UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void

Whenever the GPS sends a new location, update text in label and increment the 'count' of updates AND reset the map to that location

메소드 상세

Failed() 공개 메소드

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

LocationManagerDelegate() 공개 메소드

public LocationManagerDelegate ( MKMapView mapview, MapViewController mapvc ) : System
mapview MKMapView
mapvc MapViewController
리턴 System

UpdatedLocation() 공개 메소드

Whenever the GPS sends a new location, update text in label and increment the 'count' of updates AND reset the map to that location
public UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void
manager CLLocationManager
newLocation CLLocation
oldLocation CLLocation
리턴 void