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.