// main streetView tool declaration, properties and methodes
Map.prototype.streetview = function(aDisplay) {
  this.selectionPoint(aDisplay, 'Streetview.DoIt');
};


