C# Class Monospace11.MapViewController.LocationManagerDelegate

MonoTouch definition seemed to work without too much trouble
Inheritance: CLLocationManagerDelegate
Mostrar archivo Open project: megsoftconsulting/MonkeySpace

Public Methods

Method Description
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

Method Details

Failed() public method

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

LocationManagerDelegate() public method

public LocationManagerDelegate ( MKMapView mapview, MapViewController mapvc ) : System
mapview MKMapView
mapvc MapViewController
return System

UpdatedLocation() public method

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
return void