﻿Type.registerNamespace("tn_standorte");

tn_standorte.MapArgs = function(divID, center, zoomlevel, style, fixed, mode, scale) 
{
  
    this.DivID = divID;
    this.Center = center;
    this.Zoomlevel = zoomlevel;
    this.Style = style;
    this.Fixed = fixed;
    this.Scale = scale;
}

tn_standorte.MapArgs.registerClass('tn_standorte.MapArgs');

if (typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();
