Apple製ã¢ããªã§ã¯ä¸è¨ãç´¹ä»ããã¦ãã。SMSãè¡ããã®ã。
3.1 Safari 3.2 Maps 3.3 Phone 3.4 SMS 3.5 Mail 3.6 YouTube 3.7 iTunes 3.8 App Store 3.9 iBooks
Maps ã¯ã¡ããã©ç¥ãããã£ãæ å ±ã®ä¸ã¤。ãããªæã(転è¼)。
NSString *title = @"title"; float latitude = 35.4634; float longitude = 9.43425; int zoom = 13; NSString *stringURL = [NSString stringWithFormat: @"http://maps.google.com/maps?q=%@@%1.6f,%1.6f&z=%d", title, latitude, longitude, zoom]; NSURL *url = [NSURL URLWithString:stringURL]; [[UIApplication sharedApplication] openURL:url];ãã¹ã㯠maps.google.com ã ãå°å³ã¢ããªãéãã¨ã®ãã¨。確ãã« iPhoneã®Safari ã ã¨Google Mpas ã«ã¯é£ã°ã、å°å³ã¢ããªãéãã¦ãã。"maps://" ã§ãè¡ããããã。
ãã®ä»、主è¦ãªãµã¼ããã¼ãã£è£½ã¢ããªã«ã¤ãã¦ãã¾ã¨ãããã¦ãã(Tweetieã Echofon、Facebook ãªã©)。
Responses
Leave a Response