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];
Give us feedback in our Product Forums.