It the copy failing because these are read-only properties?
-Michael
On Feb 11, 2010, at 11:29 AM, Michael A. Crawford wrote:
> Here is the code (pertinent snippets)
>
> @interface BlueSLRGPS ()
> @property (copy) CLHeading* currentHeading;
> @property (copy) CLLocation* currentLocation;
> @pro
Here is the code (pertinent snippets)
@interface BlueSLRGPS ()
@property (copy) CLHeading* currentHeading;
@property (copy) CLLocation* currentLocation;
@property (retain) CLLocation* previousLocation;
- (NSString*)compassPointForHeading:(double)heading;
- (void)locationManager:(CLLocationManage