Lines Matching refs:latitude
34 NSString *verticalDirection = self.latitude >= 0 ? @"N" : @"S";
37 abs(self.latitude) / 1E7f, verticalDirection,
45 latitude:(float)latitude
51 latitude:(float)latitude
55 note.location.latitude = (int32_t) latitude * 1E7;
97 point.latitude = 409146138;
141 rectangle.lo.latitude = 405E6;
143 rectangle.hi.latitude = 410E6;
203 location.latitude = [((NSNumber *) feature[@"location"][@"latitude"]) intValue];
264 NSArray *notes = @[[RTGRouteNote noteWithMessage:@"First message" latitude:0 longitude:0],
265 [RTGRouteNote noteWithMessage:@"Second message" latitude:0 longitude:1],
266 [RTGRouteNote noteWithMessage:@"Third message" latitude:1 longitude:0],
267 [RTGRouteNote noteWithMessage:@"Fourth message" latitude:0 longitude:0]];