Lines Matching refs:note
56 RTGRouteNote *note = [self message];
57 note.message = message;
58 note.location.latitude = (int32_t)latitude * 1E7;
59 note.location.longitude = (int32_t)longitude * 1E7;
60 return note;
331 for (RTGRouteNote *note in notes) {
332 [call writeMessage:note];
338 RTGRouteNote *note = (RTGRouteNote *)message;
339 if (note) {
341 note.message, note.location];
343 NSLog(@"Got message %@ at %@", note.message, note.location);