Map of KPU Richmond
library(ggmap)
## Loading required package: ggplot2
KPU <- "kwantlen Polytechnic University"
qmap(KPU, zoom = 14, source = "stamen", maptype = "watercolor")
## Map from URL :
## http://maps.googleapis.com/maps/api/staticmap?center=kwantlen+Polytechnic+University&zoom=14&size=%20640x640&maptype=terrain&sensor=false
## Google Maps API Terms of Service : http://developers.google.com/maps/terms
## Information from URL :
## http://maps.googleapis.com/maps/api/geocode/json?address=kwantlen+Polytechnic+University&sensor=false
## Google Maps API Terms of Service : http://developers.google.com/maps/terms
End