飲み物はジャスミン茶を飲む事にした。毎日飲むので、安くて量があり、楽天ランキング上位のジャスミン茶を探して見つけたのが以下である。
上記楽天のジャスミン茶より以下のAmazonのジャスミン茶の方が品質が良い。
BestForce
CLLocationCoordinate2D currentLocation = [self getCurrentLocation];NSString* address = @"123 Main St., New York, NY, 10001";
NSString* url = [NSString stringWithFormat: @"http://maps.google.com/maps?saddr=%f,%f&daddr=%@",
currentLocation.latitude, currentLocation.longitude,
[address stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];