
function Legends(){this._LegendImages=new Array();this.setLegendImages=function(value){this._LegendImages=value;}
this.getLegendImages=function(){return this._LegendImages;}}
function LegendImage(){this._userRatingImageURI="";this._imageUri="";this._zoomlevel=0;this._height=0;this._width=0;this._LabelID="";}
