//go get my website, make sure you go to an empty folder firstwget --convert-links -q --mirror -p --html-extension --base=./ -k -P ./ http://ipaddressforyourstagingserver//put that website in the cloudgsutil cp -R * gs://www.yourrockingwebsite.com//let everyone read itgsutil -m acl set -R -a public-read gs://www.yourrockingwebsite.com
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];