Method | Description | |
---|---|---|
Failed ( CLLocationManager manager, NSError error ) : void | ||
LocationManagerDelegate ( MKMapView mapview, |
||
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
|
public Failed ( CLLocationManager manager, NSError error ) : void | ||
manager | CLLocationManager | |
error | NSError | |
return | void |
public LocationManagerDelegate ( MKMapView mapview, |
||
mapview | MKMapView | |
mapvc | ||
return | System |
public UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void | ||
manager | CLLocationManager | |
newLocation | CLLocation | |
oldLocation | CLLocation | |
return | void |