Lines Matching full:latitude
37 NSString *verticalDirection = self.latitude >= 0 ? @"N" : @"S";
40 [NSString stringWithFormat:@"%.02f%@ %.02f%@", abs(self.latitude) / 1E7f, verticalDirection,
48 latitude:(float)latitude
54 latitude:(float)latitude
58 note.location.latitude = (int32_t)latitude * 1E7;
103 point.latitude = 409146138;
160 rectangle.lo.latitude = 405E6;
162 rectangle.hi.latitude = 410E6;
273 location.latitude = [((NSNumber *)feature[@"location"][@"latitude"]) intValue];
323 [RTGRouteNote noteWithMessage:@"First message" latitude:0 longitude:0],
324 [RTGRouteNote noteWithMessage:@"Second message" latitude:0 longitude:1],
325 [RTGRouteNote noteWithMessage:@"Third message" latitude:1 longitude:0],
326 [RTGRouteNote noteWithMessage:@"Fourth message" latitude:0 longitude:0]