Location API. More...
#include "mo_def.h"#import <CoreLocation/CoreLocation.h>#include <vector>Go to the source code of this file.
Classes | |
| class | LocationDelegate |
| [Internal/Do Not Use] More... | |
| class | MoLocation |
| Location stuff, GPS/Edge/Wifi + Compass (static class). More... | |
Typedefs | |
| typedef void(* | MoLocationCallback )(CLLocation *newLocation, CLLocation *oldLocation, void *data) |
| definition for the MoLocation callback function | |
Location API.
Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/
definition for the MoLocation callback function
To receive incoming location data, create a callback with this type definition, register the callback, and start receiving location events.
1.7.1