A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
map — Property in class com.esri.aws.awx.events.MapTypeChangeEvent
The map whose mapType is being changed.
map — Property in class com.esri.aws.awx.map.Map
The reference to the parent map container.
map — Property in class com.esri.aws.awx.map.handlers.AWXKeyboardMouseHandler
The map reference.
map — Property in class com.esri.aws.awx.map.handlers.BaseMouseHandler
The map reference.
map — Property in interface com.esri.aws.awx.map.handlers.IKeyboardHandler
The map reference.
map — Property in interface com.esri.aws.awx.map.handlers.IMouseHandler
The map reference.
map — Property in class com.esri.aws.awx.map.handlers.PanZoomKeyboardHandler
The map reference.
map — Property in class com.esri.aws.awx.map.handlers.RubberBandMouseHandler
map — Property in class com.esri.aws.awx.map.handlers.SimpleSmoothPanMouseHandler
The map reference.
map — Property in interface com.esri.aws.awx.map.layers.ILayer
The reference to the parent map container.
Map — Class in package com.esri.aws.awx.map
Map is the main mapping component of the ArcWeb Explorer v4 API.
Map() — Constructor in class com.esri.aws.awx.map.Map
Creates a new Map.
MapArea — Class in package com.esri.aws.services
Contains the area to use for the map image.
mapChange — Event in interface com.esri.aws.awx.map.IMap
Used to detect when the map model has been changed.
mapChange — Event in class com.esri.aws.awx.map.Map
Used to detect when the map model has been changed.
MAP_CHANGE — Constant static property in class com.esri.aws.awx.events.MapChangeEvent
Used to detect when the map model has been changed.
MapChangeEvent — Class in package com.esri.aws.awx.events
MapChangeEvent objects are dispatched for map changes to the map model, such as panning, change in scale, change in rotation, and change in projection.
MapChangeEvent(type, bubbles, cancelable) — Constructor in class com.esri.aws.awx.events.MapChangeEvent
Creates a new MapChangeEvent.
mapHeight — Property in interface com.esri.aws.awx.map.IMap
The map height in pixels.
mapHeight — Property in class com.esri.aws.awx.map.Map
The map height in pixels.
MapImageActivator — Class in package com.esri.aws.services
MapImageActivator is the IBundle Activator that is responsible for creating and starting the MapImageService Bundle.
mapImageFormat — Property in class com.esri.aws.awx.map.layers.MapImageGroupLayer
The image format of the map.
mapImageFormat — Property in class com.esri.aws.services.MapImageOptions
The image format of the map.
MapImageGroupLayer — Class in package com.esri.aws.awx.map.layers
MapImageGroupLayer is a group layer that retrieves raster maps from ArcWeb Services Map Image data sources.
MapImageGroupLayer() — Constructor in class com.esri.aws.awx.map.layers.MapImageGroupLayer
Creates a new MapImageGroupLayer
MapImageInfo — Class in package com.esri.aws.services
MapImageInfo is used to wrap the SOAP responses from the MapImageService.
MapImageOptions — Class in package com.esri.aws.services
MapImageOptions is used to set the specifics of an IMapImage request.
mapLegend — Property in class com.esri.aws.awx.map.layers.MapImageGroupLayer
If set, the map legend URL will be available in legendUrl property.
mapLegend — Property in class com.esri.aws.services.MapImageOptions
The legend for the map.
MapLegend — Class in package com.esri.aws.services
MapLegend is used to create the MapLegend object within the MapImageOptions object.
m_applyToMap — Property in class com.esri.aws.awx.map.handlers.BaseOverlayMouseHandler
If true, the overlay will be added to the overlay layer.
mapRotation — Property in class com.esri.aws.awx.map.Map
The rotation of the map.
mapRotation — Property in interface com.esri.aws.awx.map.projection.IProjectionModel
The rotation of the map.
mapStyle — Property in class com.esri.aws.awx.map.layers.MapImageGroupLayer
Style sheet used in the map.
mapStyle — Property in class com.esri.aws.awx.map.layers.VectorGroupLayer
Style sheet used in the map.
mapType — Property in interface com.esri.aws.awx.map.IMap
The name of the map type.
mapType — Property in class com.esri.aws.awx.map.Map

The default valid values in MXML (assuming you haven't redefined the basemaps) are streets, aerial, hybrid, streetTiles, shadedRelief, topographic, none.

In ActionScript, you use the following constants to set this property: Map.STREETS, Map.AERIAL, Map.HYBRID, Map.STREET_TILES, Map.SHADED_RELIEF, Map.TOPOGRAPHIC, Map.NONE

mapTypeChange — Event in interface com.esri.aws.awx.map.IMap
Used to detect when the mapType has been changed.
mapTypeChange — Event in class com.esri.aws.awx.map.Map
Used to detect when the mapType has been changed.
MAP_TYPE_CHANGE — Constant static property in class com.esri.aws.awx.events.MapTypeChangeEvent
Used to detect when the mapType has been changed.
MapTypeChangeEvent — Class in package com.esri.aws.awx.events
A MapTypeChangeEvent is dispatched when the Map.mapType has changed.
MapTypeChangeEvent(type, bubbles, cancelable, map:com.esri.aws.awx.map:IMap, mapTypeFrom, mapTypeTo) — Constructor in class com.esri.aws.awx.events.MapTypeChangeEvent
Creates a new MapTypeChangeEvent.
mapTypeFrom — Property in class com.esri.aws.awx.events.MapTypeChangeEvent
The old mapType value.
mapTypeTo — Property in class com.esri.aws.awx.events.MapTypeChangeEvent
The new mapType value.
mapURL — Property in class com.esri.aws.services.MapImageInfo
Contains the URL to access the map.
mapWidth — Property in interface com.esri.aws.awx.map.IMap
The map width in pixels.
mapWidth — Property in class com.esri.aws.awx.map.Map
The map width in pixels.
Marker — Dynamic class in package com.esri.aws.awx.map.layers.overlays
Marker is an overlay object drawn in a specific style at a specific location.
Marker(pointShape:com.esri.aws.awx.geom:PointShape, style:com.esri.aws.awx.map.layers.overlays.style:IStyle) — Constructor in class com.esri.aws.awx.map.layers.overlays.Marker
Creates a new Marker with the given pointShape and an optional style.
markerLayer — Property in class com.esri.aws.awx.map.Map
The marker layer.
MarkerLayer — Class in package com.esri.aws.awx.map.layers
A Marker layer with the default marker style.
MarkerLayer(style:com.esri.aws.awx.map.layers.overlays.style:IStyle) — Constructor in class com.esri.aws.awx.map.layers.MarkerLayer
Creates a new MarkerLayer.
MarkerMouseHandler — Class in package com.esri.aws.awx.map.handlers
MarkerMouseHandler is a handler that can be used to add a marker via a mouse click.
MarkerMouseHandler(overlayLayer:com.esri.aws.awx.map.layers:OverlayLayer, style:com.esri.aws.awx.map.layers.overlays.style:IStyle) — Constructor in class com.esri.aws.awx.map.handlers.MarkerMouseHandler
Creates a new MarkerMouseHandler.
MarkerShape — Class in package com.esri.aws.awx.geom
A marker shape described by a lat/lon location [deprecated].
MarkerShape(lat, lon) — Constructor in class com.esri.aws.awx.geom.MarkerShape
Creates a new MarkerShape with the given lat/lon values.
matchType — Property in class com.esri.aws.services.FindResultSet
Contains the match type of the results, possible values are "CANDIDATES", "ERROR", "EXACT", “QUERY” or "NOMATCH".
matchType — Property in class com.esri.aws.services.GeocodeCandidate
The type of match for the address location.
matchType — Property in class com.esri.aws.services.GeocodeInfo
The type of candidate match.
matrix — Property in class com.esri.aws.awx.map.layers.overlays.style.GradientPolygonStyle
The transformation matrix as defined by the flash.geom.Matrix class.
maxScale — Property in interface com.esri.aws.awx.map.IMap
The maximum allowed scale.
maxScale — Property in class com.esri.aws.awx.map.Map
The maximum allowed scale.
maxX — Property in class com.esri.aws.awx.geom.Extent
The maximum x-coordinate of the extent.
maxX — Property in class com.esri.aws.services.Envelope
The maximum x-coordinate of the extent.
maxY — Property in class com.esri.aws.awx.geom.Extent
The maximum y-coordinate of the extent.
maxY — Property in class com.esri.aws.services.Envelope
The maximum y-coordinate of the extent.
Mercator — Class in package com.esri.aws.awx.map.projection
Mercator projection -- Used for navigation or maps of equatorial regions.
Mercator(lon0, lat0, x0, y0, R) — Constructor in class com.esri.aws.awx.map.projection.Mercator
METERS — Constant static property in class com.esri.aws.awx.geom.CircleShape
MILES — Constant static property in class com.esri.aws.awx.geom.CircleShape
Miller — Class in package com.esri.aws.awx.map.projection
Miller projection -- Used for general-purpose world maps.
Miller(lon0, x0, y0, R) — Constructor in class com.esri.aws.awx.map.projection.Miller
minScale — Property in interface com.esri.aws.awx.map.IMap
The minimum allowed scale.
minScale — Property in class com.esri.aws.awx.map.Map
The minimum allowed scale.
minX — Property in class com.esri.aws.awx.geom.Extent
The minimum x-coordinate of the extent.
minX — Property in class com.esri.aws.services.Envelope
The minimum x-coordinate of the extent.
minY — Property in class com.esri.aws.awx.geom.Extent
The minimum y-coordinate of the extent.
minY — Property in class com.esri.aws.services.Envelope
The minimum y-coordinate of the extent.
miterLimit — Property in class com.esri.aws.awx.map.layers.overlays.style.PolylineStyle
The limit at which a miter is cut off.
m_map — Property in class com.esri.aws.awx.map.handlers.BaseMouseHandler
The IMap reference.
Mollweide — Class in package com.esri.aws.awx.map.projection
Mollweide projection -- Suitable for thematic or distribution mapping of the entire world.
Mollweide(lon0, x0, y0, R) — Constructor in class com.esri.aws.awx.map.projection.Mollweide
mouseHandler — Property in interface com.esri.aws.awx.map.IMap
The mouse handler that should handle all mouse interactions with the map.
mouseHandler — Property in class com.esri.aws.awx.map.Map
The mouse handler that should handle all mouse interactions with the map.
moveLayerAbove(layer1ID, layer2ID) — Method in class com.esri.aws.awx.map.Map
Moves the first layer above the the second layer in the z-order.
moveLayerAbove(layer1ID, layer2ID) — Method in class com.esri.aws.awx.map.layers.GroupLayer
Moves the first layer above the the second layer in the z-order.
moveLayerAbove(layer1ID, layer2ID) — Method in interface com.esri.aws.awx.map.layers.IGroupLayer
Moves the first layer above the the second layer in the z-order.
moveLayerBelow(layer1ID, layer2ID) — Method in class com.esri.aws.awx.map.Map
Moves the first layer below the the second layer in the z-order.
moveLayerBelow(layer1ID, layer2ID) — Method in class com.esri.aws.awx.map.layers.GroupLayer
Moves the first layer below the the second layer in the z-order.
moveLayerBelow(layer1ID, layer2ID) — Method in interface com.esri.aws.awx.map.layers.IGroupLayer
Moves the first layer below the the second layer in the z-order.
moveLayerToBottom(layerID) — Method in class com.esri.aws.awx.map.Map
Moves the layer to the bottom of the z-order.
moveLayerToBottom(layerID) — Method in class com.esri.aws.awx.map.layers.GroupLayer
Moves the layer to the bottom of the z-order.
moveLayerToBottom(layerID) — Method in interface com.esri.aws.awx.map.layers.IGroupLayer
Moves the layer to the bottom of the z-order.
moveLayerToTop(layerID) — Method in class com.esri.aws.awx.map.Map
Moves the layer to the top of the z-order.
moveLayerToTop(layerID) — Method in class com.esri.aws.awx.map.layers.GroupLayer
Moves the layer to the top of the z-order.
moveLayerToTop(layerID) — Method in interface com.esri.aws.awx.map.layers.IGroupLayer
Moves the layer to the top of the z-order.
m_overlayLayer — Property in class com.esri.aws.awx.map.handlers.BaseOverlayMouseHandler
The overlay layer to add the overlays to.
m_overlayObject — Property in class com.esri.aws.awx.map.handlers.BaseOverlayMouseHandler
The created overlaye object.
m_overlayObjectClass — Property in class com.esri.aws.awx.map.handlers.BaseOverlayMouseHandler
The overlay object class to create instances of overlay objects for the layer.
m_style — Property in class com.esri.aws.awx.map.handlers.BaseOverlayMouseHandler
The overlay style.
m_webService — Property in class com.esri.aws.services.BaseArcWebService
The web service to use.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z