Classes | Typedefs

/Users/slork/njb/svn/src/common/mo_location.h File Reference

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

Detailed Description

Location API.

Author:
Nicholas J. Bryan, Jorge Herrera, Jieun Oh, Ge Wang
Date:
Fall 2009
Version:
1.0.0

Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/


Typedef Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines