Data scraper: http://scraperwiki.com/scrapers/greenp_carparks/
Source for this site: https://github.com/adamw523/torontogreenp
KML source of Toronto Green P Parking Locations: http://bit.ly/greenpTO
After searching for an address on Google Maps, type "http://bit.ly/greenpTO" into the search bar on Google Maps and click "Search Maps".
Scan the Following QR Code or go to http://bit.ly/greenpTO in the browser
on your Android Device.
var g_map = new google.maps.Map(document.getElementById("google_map"), g_map_options);
var kml = new google.maps.KmlLayer("http://torontogreenp.appspot.com/generatefeed.kml");
kml.setMap(g_map);
var b_map = new VEMap("bing_map");
b_map.LoadMap();
var shapeLayer = VEShapeLayer();
var veLayerSpec = new VEShapeSourceSpecification(VEDataType.ImportXML, "http://torontogreenp.appspot.com/generatefeed.kml", shapeLayer);
b_map.ImportShapeLayerData(veLayerSpec);