Using Compass to point to actual coordinate location instead of just North
I have seen a few examples of this but am not sure exactly how to implement it, (such as iPhone Compass GPS Direction ) in do I need to call calcBearingWithLatitude in (void)startup? All I am trying to do is have the compass pull a point from memory and use that point as its "north" so to speak and point to it, no need for distance or anything like that. My implementation file as of now looks like @implementation TrackerViewController @synthesize locationManager; @synthesize compass; @synthesize headingLabel; - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; if (