diff options
author | matthew <matthew> | 2008-12-04 12:00:45 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-12-04 12:00:45 +0000 |
commit | 494c6c0470538c31656e12d824a744ce86ecf45a (patch) | |
tree | 01cb83c6b22bb58deae831c38d75cb03a2937caa /iphone/FixMyStreet/MyCLController.h | |
parent | 9d6bcd3808eb625690951e047a890df1a65a2a89 (diff) |
Forget location after successful submission
Diffstat (limited to 'iphone/FixMyStreet/MyCLController.h')
-rwxr-xr-x | iphone/FixMyStreet/MyCLController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/MyCLController.h b/iphone/FixMyStreet/MyCLController.h index 37dd54a3e..a517dc48d 100755 --- a/iphone/FixMyStreet/MyCLController.h +++ b/iphone/FixMyStreet/MyCLController.h @@ -67,6 +67,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved. @property BOOL updating; -(void)startUpdatingLocation; +-(void)stopUpdatingLocation; - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation |