Box2D encapsulates the the coordinates of a box in 2-D space Minimum x-coordinate Maximum x-coordinate Minimum y-coordinate Maximum y-coordinate MapLayerCommonType is a common superclass of MapLayerType and BaseMapLayerType. Name of the MapLayer ResourceId of the MapLayer Whether or not the Layer can be selected Whether or not the Layer should be shown in the legend Label to be shown for the Layer in the legend Whether or not the Layer should be expanded in the legend. MapLayerType encapsulates the properties of a map layer, including its group and options about how it should be displayed. Whether this layer's visiblity should be visible or not when it first comes into range Group of which the MapLayer is a member of BaseMapLayerType encapsulates the properties of a BaseMapLayer. MapLayerGroupCommonType is a common superclass of MapLayerGroupType and BaseMapLayerGroupType. The name of this LayerGroup Whether this group's visiblity should be visible or not when it first comes into range Whether or not the LayerGroup should be shown in the legend Whether or not the LayerGroup should be initially expanded in the legend Label to be shown for the LayerGroup in the legend MapLayerGroupType encapsulates the properties of a MapLayerGroup. Its extension to MapLayerGroupCommonType is that the MapLayerGroup itself can also be in a MapLayerGroup. The group that contains the MapLayerGroup BaseMapLayerGroupType encapsulates the properties of a BaseMapLayerGroup. It extends MapLayerGroupCommonType by holding the layers in the group. The base map layer groups defines what layers are used to render a tile set in the HTML viewer. The layers that are part of this group. The order of the layers represents the draw order, layers first is the list are drawn over top of layers later in the list. MapDefinitionType encapsulates a MapDefinition, which houses a collection of MapLayers and their groups. The name of the MapDefinition The coordinate system as WKT used by the MapDefinition A bounding box around the area of the MapDefinition The background color to be used with the MapDefinition Metadata regarding the MapDefinition Zero or more MapLayers that make up the MapDefinition. The order of the layers represents the draw order, layers first is the list are drawn over top of layers later in the list. Zero or more MapLayerGroups that make up the MapDefinition The base map. The display scales that the base map layers will have tiles available. Applies to the HTML viewer. A group of layers that is used to compose a tiled layer in the HTML viewer The collection of watermarks used in the map. A MapDefinition defines the collection of layers, groupings of layers, and base map