Packagecom.esri.aws.awx.widget
Classpublic class BaseMapWidget
InheritanceBaseMapWidget Inheritance com.esri.aws.awx.widget.baseMapWidgetClasses.BaseMapWidgetBase

The BaseMap Widget allows the user to choose the type of map they want to use under any overlays.

The built-in map types (assuming you haven't redefined the basemaps) are streets, aerial, hybrid, streetTiles, shadedRelief, topographic, and none. The default is "streets".

You can either add to the existing basemaps, or replace them with your own set of basemaps.

Note: When users click an icon, the onMapTypeChange event will be thrown.

See also

BaseMapWidgetLoader - for a lazy loaded BaseMap widget.
About widgets
Live Sample - using widgets - Flex API


Public Methods
 MethodDefined by
  
Creates a new BaseMapWidget.
BaseMapWidget
Constructor detail
BaseMapWidget()constructor
public function BaseMapWidget()

Creates a new BaseMapWidget.