- GPS get the longitude and elevation separately
- - (void)locationUpdate:(CLLocation *)location {
- locLabel.text = [location description];
- }
- - (void)locationUpdate:(CLLocation *)location {
- locLabel.text = [location altitude];}
- locLabel.text = [NSString stringWithFormat:@"%f", [location altitude]];