View Single Post
Old 06-02-2009, 06:56 PM   #417 (permalink)
hypercrypt
Senior Member
 
hypercrypt's Avatar
 
Join Date: Nov 2006
Location: My Place: Liverpool. Born and raised in Berlin.
Posts: 771
Here it is: http://www.hypercrypt.net/HCLocation...Center_0_1.zip

To use it just use -[HCLocationCenter start] or -[HCLocationCenter initAndStartWithDelegate:allowingCoordinates:] and implement
Code:
- (void)locationCenter:(HCLocationCenter *)locationCenter foundLocationAs:(NSString *)location;
in the delegate.

BTW: In the simulator, this will not return a value.

Last edited by hypercrypt; 06-02-2009 at 07:20 PM.
(Offline)   Reply With Quote