GoogleDirectionsDefinition *defn = [[GoogleDirectionsDefinition alloc] init]; defn.startingPoint = [GoogleDirectionsWaypoint waypointWithQuery:@"221B Baker Street, London"]; defn.destinationPoint = [GoogleDirectionsWaypoint waypointWithLocation:CLLocationCoordinate2DMake(51.498511, -0.133091)]; defn.travelMode = kGoogleMapsTravelModeBiking; [[OpenInGoogleMapsController sharedInstance] openDirections:defn];
0 件のコメント :
コメントを投稿