LiCoreLocationDelegate Reference


Declared In: LiCore.framework/LiCoreDelegate.h

Overview


The LiCoreLocationDelegate protocol is provided to allow applications to be aware of when LiCore.framework finishes various location tasks.


Tasks


Location Methods

- LiCoreDidFinishGetCurrentLocation:Error:


Delegate Methods


LiCoreDidFinishGetCurrentLocation:Error:

Tells the delegate when LiCore.framework has completed its attempt to get the user's current location.

- (void) LiCoreDidFinishGetCurrentLocation:(CLLocation *)location Error:(NSError *)error;

Parameters:

location
A CLLocation object indicating the user's current location.

error
An NSError object indicating the occurrence of an error.


  « Back to SDK Class List