LiCoreLocationDelegate Reference
Declared In: LiCore.framework/LiCoreDelegate.h
Overview
The LiCoreUpdateLocationDelegate protocol is provided to allow applications to be aware of when LiCore.framework finishes various location-updating tasks.
Tasks
Location-Updating Methods
-
LiCoreDidUpdateLocation:
-
LiCoreDidFailToUpdateLocation:
Delegate Methods
LiCoreDidUpdateLocation:
Tells the delegate when LiCore.framework has successfully completed updating the user's current location.
-
(void) LiCoreDidUpdateLocation:(CLLocation *)location;
Parameters:
location
A CLLocation object indicating the user's updated location.
LiCoreDidFailToUpdateLocation:
Tells the delegate that LiCore.framework failed to update the user's current location.
-
(void) LiCoreDidFailToUpdateLocation:(NSError *)error;
Parameters:
error
An NSError object indicating the occurrence of an error.