Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Alpha
com.google.maps Alpha (opacity) constants.
 BevelStyle
com.google.maps.styles Class BevelStyle specifies a set of parameters for drawing a bevel.
 ButtonFaceStyle
com.google.maps.styles Class ButtonFaceStyle specifies a set of parameters for drawing a button face in a specific state (up/over/down).
 ButtonStyle
com.google.maps.styles Class ButtonStyle specifies a set of parameters for drawing buttons.
 ClientGeocoder
com.google.maps.services A ClientGeocoder object communicates with Google servers to obtain geocodes for user-specified addresses.
 ClientGeocoderOptions
com.google.maps.services ClientGeocoderOptions specifies properties for configuring ClientGeocoder instances.
 Color
com.google.maps Color stores a color and provides methods for conversion between different textual and numeric representations of color.
 ControlBase
com.google.maps.controls Base class for controls.
 ControlPosition
com.google.maps.controls ControlPosition describes the position of a control in the map view.
 Copyright
com.google.maps This class contains information about which copyright message applies to a region of the map given by a rectangle, at a given range of zoom levels.
 CopyrightCollection
com.google.maps CopyrightCollection manages copyright messages displayed on maps of custom map type.
 CopyrightNotice
com.google.maps CopyrightNotice stores an array of strings representing copyright text to display on the map, but can also be cast to a single text string.
 Directions
com.google.maps.services A Directions object communicates with Google servers to obtain directions between two or more waypoints.
 DirectionsEvent
com.google.maps.services A DirectionsEvent object is dispatched into the event flow whenever a directions request completes.
 DirectionsOptions
com.google.maps.services DirectionsOptions specifies properties for configuring Directions instances.
 EncodedPolylineData
com.google.maps.overlays Class EncodedPolylineData represents the set of data required for creating an encoded polyline.
 FillStyle
com.google.maps.styles Class FillStyle specifies a set of parameters for drawing backgrounds of graphical objects.
 GeocodingEvent
com.google.maps.services A GeocodingEvent object is dispatched into the event flow whenever a geocoding request completes.
 GeocodingResponse
com.google.maps.services A GeocodingResponse object represents the result of a geocoding operation returned by the server.
 GradientStyle
com.google.maps.styles Class GradientStyle specifies a set of parameters for drawing gradient backgrounds of graphical objects.
 GroundOverlay
com.google.maps.overlays GroundOverlays are images laid out over the map content whose corners are located with latitude/longitude pairs.
 GroundOverlayOptions
com.google.maps.overlays GroundOverlayOptions class specifies a set of rendering parameters for a GroundOverlay.
 IClientGeocoder
com.google.maps.interfaces IClientGeocoder is the interface implemented by client geocoder object.
 IControl
com.google.maps.interfaces This interface is implemented by map controls.
 ICopyrightCollection
com.google.maps.interfaces ICopyrightCollection is the interface implemented by CopyrightCollection and equivalent classes.
 IDirections
com.google.maps.interfaces IDirections is the interface implemented by a Directions object.
 IGroundOverlay
com.google.maps.interfaces IGroundOverlay is the interface implemented by ground overlay objects.
 IInfoWindow
com.google.maps.interfaces IInfoWindow is the interface implemented by information windows that can display HTML-formatted text.
 IMap
com.google.maps.interfaces IMap is the interface implemented by Map.
 IMapType
com.google.maps.interfaces IMapType is the interface implemented by map type objects.
 IMarker
com.google.maps.interfaces IMarker is the interface implemented by marker objects to mark position on that map.
 InfoWindowOptions
com.google.maps Class InfoWindowOptions specifies a set of rendering parameters for the info window.
 IOverlay
com.google.maps.interfaces This interface is implemented by the overlay objects, such as markers, polylines, polygons, ground overlays and info windows.
 IPane
com.google.maps.interfaces IPane is the interface is implemented by the map panes.
 IPaneManager
com.google.maps.interfaces Interface to the Pane manager of the map.
 IPolygon
com.google.maps.interfaces IPolygon is the interface implemented by Polygon and equivalent user-created classes.
 IPolyline
com.google.maps.interfaces IPolyline is the interface implemented by Polyline and equivalent user-created classes.
 IProjection
com.google.maps.interfaces IProjection is the interface for map projections.
 IScaleControl
com.google.maps.interfaces IScaleControl is the interface implemented by ScaleControl.
 ITileLayer
com.google.maps.interfaces This interface is defined by tile layer implementations that are used by different map types.
 ITileLayerOverlay
com.google.maps.interfaces 
 IWrappable
com.google.maps.interfaces IWrappable is the base interface for all objects that provide AS3 cross-domain scripting functionality.
 IWrappableEventDispatcher
com.google.maps.interfaces IWrappableEventDispatcher is the base interface for all objects that provide cross-domain event dispatching functionality.
 LatLng
com.google.maps LatLng is a point in geographical coordinates with longitude and latitude.
 LatLngBounds
com.google.maps A rectangular bounds on the Earth.
 Map
com.google.maps This is the main class of the Maps API for Flash.
 MapAction
com.google.maps Constants used to identify map actions.
 MapEvent
com.google.maps A MapEvent object is dispatched into the event flow whenever map-specific events occur.
 MapMouseEvent
com.google.maps A MapMouseEvent object is dispatched into the event flow whenever a mouse-related event specific to the map or its overlays occurs.
 MapMoveEvent
com.google.maps A MapMoveEvent object is dispatched into the event flow whenever the map view is changing.
 MapOptions
com.google.maps MapOptions specifies a set of parameters for initialization of the map.
 MapType
com.google.maps Defines a map type for the Map.
 MapTypeControl
com.google.maps.controls A MapTypeControl provides a control for selecting and switching between supported map types via buttons.
 MapTypeControlOptions
com.google.maps.controls Class MapTypeControlOptions specifies a set of options for the map type control.
 MapTypeOptions
com.google.maps MapTypeOptions class specifies a set of parameters for map types.
 MapZoomEvent
com.google.maps A MapMouseEvent object is dispatched into the event flow whenever the map is being zoomed in or out.
 Marker
com.google.maps.overlays A Marker object marks a position on the map.
 MarkerOptions
com.google.maps.overlays MarkerOptions class specifies a set of rendering parameters for the Marker.
 OverlayBase
com.google.maps.overlays Base class for custom overlays.
 OverviewMapControl
com.google.maps.controls A OverviewMapControl shows a small map in the corner of the containing map and displays a rectangle representing the containing map viewport.
 OverviewMapControlOptions
com.google.maps.controls Class OverviewMapControlOptions specifies a set of options for the overview map control.
 PaneId
com.google.maps Constants used to identify panes on the map.
 Placemark
com.google.maps.services Describes a single result returned by a geocoding request.
 Polygon
com.google.maps.overlays Class Polygon defines a polygon displayed over the map.
 PolygonOptions
com.google.maps.overlays PolygonOptions class specifies a set of rendering parameters for polygons.
 Polyline
com.google.maps.overlays Class Polyline defines a map overlay that draws a polyline on the map.
 PolylineOptions
com.google.maps.overlays PolylineOptions class specifies a set of rendering parameters for polylines.
 PositionControl
com.google.maps.controls A PositionControl contains a set of panning buttons to pan the map.
 PositionControlOptions
com.google.maps.controls Class PositionControlOptions specifies a set of options for the position control.
 ProjectionBase
com.google.maps ProjectionBase is an abstract base class for creating custom projections.
 RectangleStyle
com.google.maps.styles Class RectangleStyle combines a FillStyle and a StrokeStyle to use for rendering a basic rectangle.
 Route
com.google.maps.services Objects of this class are created by the Directions object to store information about a single route in a directions result.
 ScaleControl
com.google.maps.controls A ScaleControl provides a control that shows the scale of the map.
 ScaleControlOptions
com.google.maps.controls Class ScaleControlOptions specifies a set of options for the scale control.
 ServiceStatus
com.google.maps.services This class contains all the service status codes that can be returned in service responses.
 Step
com.google.maps.services Objects of this class are created by the Directions object to store information about a single step within a route in a directions result.
 StrokeStyle
com.google.maps.styles StrokeStyle class specifies a set of parameters for drawing outlines of graphical objects.
 TileLayerBase
com.google.maps TileLayerBase is an abstract base class used to provide custom tile layers for the map.
 TileLayerOverlay
com.google.maps.overlays TileLayerOverlay is a type of overlay that adds a custom layer of tiles to the map on top of the MapType-specific tile layers.
 ZoomControl
com.google.maps.controls A ZoomControl contains buttons for zooming the map in and out and a zoom slider.
 ZoomControlOptions
com.google.maps.controls Class ZoomControlOptions specifies a set of options for the zoom control.