Location stuff, GPS/Edge/Wifi + Compass (static class). More...
#import <mo_location.h>
Static Public Member Functions | |
(static void) | + addCallback |
register a callback to be invoked on subsequent updates | |
(static void) | + removeCallback |
unregister a callback | |
(static CLLocation *) | + getLocation |
get the newest location | |
(static CLLocation *) | + getOldLocation |
get the previous location | |
(static void) | + update |
[Internal/Do Not Use] setting values |
Location stuff, GPS/Edge/Wifi + Compass (static class).
Sample Code:
MoAccel::addCallback( locationCallback, NULL );
+ (void) addCallback | (const MoLocationCallback &) | callback | ||
(void *) | data | |||
register a callback to be invoked on subsequent updates
+ (CLLocation *) getLocation |
get the newest location
+ (CLLocation *) getOldLocation |
get the previous location
+ (void) removeCallback | (const MoLocationCallback &) | callback |
unregister a callback
+ (void) update | (CLLocation *) | newLoc | ||
(CLLocation *) | oldLoc | |||
[Internal/Do Not Use] setting values