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  
zoom(factor:Number, focusPoint:com.esri.ags.geometry:MapPoint) — method, class com.esri.ags.Map
Zoom the map by a factor used to expand the current extent.
zoomDuration — Property, class com.esri.ags.Map
The length of time in milliseconds that the map will take to zoom from one extent to another [added in version 1.3].
zoomEnd — Event, class com.esri.ags.Map
Fires when the zoom is complete.
ZOOM_END — Constant Static Property, class com.esri.ags.events.ZoomEvent
Defines the value of the type property of a zoomEnd event object.
zoomEndHandler(event:com.esri.ags.events:ZoomEvent) — method, class com.esri.ags.layers.Layer
Finishes the zoom animation.
ZoomEvent — class, package com.esri.ags.events
Represents event objects that are specific to the zooming (changing scale) of the map.
ZoomEvent(type:String, extent:com.esri.ags.geometry:Extent, zoomFactor:Number, level:Number) — Constructor, class com.esri.ags.events.ZoomEvent
Creates a new ZoomEvent.
zoomFactor — Property, class com.esri.ags.events.ZoomEvent
The zoom factor of the current zoom event.
zoomIn() — method, class com.esri.ags.Map
Make the map zoom in.
ZOOM_IN — Constant Static Property, class com.esri.ags.tools.NavigationTool
Map zooms in.
zoomInButton — Property, class com.esri.ags.skins.NavigationHorizontalSkin
zoomInButton — Property, class com.esri.ags.skins.NavigationSkin
zoomInButton — Skin Part, class com.esri.ags.components.Navigation
An optional skin part for the zoomIn button
zoomOut() — method, class com.esri.ags.Map
Make the map zoom out.
ZOOM_OUT — Constant Static Property, class com.esri.ags.tools.NavigationTool
Map zooms out.
zoomOutButton — Property, class com.esri.ags.skins.NavigationHorizontalSkin
zoomOutButton — Property, class com.esri.ags.skins.NavigationSkin
zoomOutButton — Skin Part, class com.esri.ags.components.Navigation
An optional skin part for the zoomOut button
zoomSliderVisible — Property, class com.esri.ags.Map
Displays the zoom slider of the map.
zoomStart — Event, class com.esri.ags.Map
Fires when a user commences zooming.
ZOOM_START — Constant Static Property, class com.esri.ags.events.ZoomEvent
Defines the value of the type property of a zoomStart event object.
zoomStartHandler(event:com.esri.ags.events:ZoomEvent) — method, class com.esri.ags.layers.Layer
Prepares the zoom animation by taking a bitmap of the layer.
zoomToFullExtent() — method, class com.esri.ags.tools.NavigationTool
Zoom to full extent of base layer.
zoomToInitialExtent() — method, class com.esri.ags.Map
Make the map zoom to the defined initial extent.
zoomToNextExtent() — method, class com.esri.ags.tools.NavigationTool
Zoom to next extent in extent history.
zoomToPrevExtent() — method, class com.esri.ags.tools.NavigationTool
Zoom to previous extent in extent history.
zoomUpdate — Event, class com.esri.ags.Map
Fires during the zoom process.
ZOOM_UPDATE — Constant Static Property, class com.esri.ags.events.ZoomEvent
Defines the value of the type property of a zoomUpdate event object.
zoomUpdateHandler(event:com.esri.ags.events:ZoomEvent) — method, class com.esri.ags.layers.Layer
Redraws the bitmap of the layer.
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