在iPhone的谷歌地图上显示方向。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在iPhone的谷歌地图上显示方向。相关的知识,希望对你有一定的参考价值。
Here is a peace of code from one of my project to show you how you to show directions on the Google Map application.
- (void)showDirections { if ([self.address length] == 0) return; //We create our link to the appDelegate ClubPlanetControllerAppDelegate * appDelegate = (ClubPlanetControllerAppDelegate *)[UIApplication sharedApplication].delegate; [[UIApplication sharedApplication] openURL:myURL]; }
以上是关于在iPhone的谷歌地图上显示方向。的主要内容,如果未能解决你的问题,请参考以下文章