Skip to content

Instantly share code, notes, and snippets.

@edwardinubuntu
Created January 3, 2011 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardinubuntu/763216 to your computer and use it in GitHub Desktop.
Save edwardinubuntu/763216 to your computer and use it in GitHub Desktop.
locationManager:didUpdateToLocation:newLocation:
/*
* locationManager:didUpdateToLocation:fromLocation:
*
* Discussion:
* Invoked when a new location is available.
* oldLocation may be nil if there is no previous location
* available.
*/
- (void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation
fromLocation:(CLLocation *)oldLocation;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment