A typo in the online example of building an app with indoor SDK

In the Start location updates part (objective-c):

// this is where we left off:
self.location = object;
// add this right below: [self.locationManager startPositionUpdatesForLocation:self.location];

Where does that ‘object’ come from? Shouldn’t it be ‘location’ instead?

Yup, should be self.location = location. Thanks for the heads up, just uploaded a fix to the dev portal.