The keyword arguments that can be passed in a Map constructor.
Note: This is not a real constructor, but just a description of the type of object that should be passed as
a parameter to some method(s), and/or the return value from some method(s).
In other words, the type exists only for documentation purposes, and you cannot call new _base.__MapArgs()
See the dojox/geo/openlayers/_base.__MapArgs reference documentation for more information.
Additional specific options passed to OpensLayers layer, such as The list of layer to display, for Web Map Server layer.
type of the base layer. Can be any of
dojox.geo.openlayers.BaseLayerType.OSM
: Open Street Map base layerdojox.geo.openlayers.BaseLayerType.Transport
: Open Street Map Transport base layer (opencyclemap.org)dojox.geo.openlayers.BaseLayerType.WMS
: Web Map Service layerdojox.geo.openlayers.BaseLayerType.GOOGLE
: Google layerdojox.geo.openlayers.BaseLayerType.VIRTUAL_EARTH
: Virtual Earth layerdojox.geo.openlayers.BaseLayerType.BING
: Bing layerdojox.geo.openlayers.BaseLayerType.YAHOO
: Yahoo layerdojox.geo.openlayers.BaseLayerType.ARCGIS
: ESRI ArgGIS layerSome layer may need an url such as Web Map Server.