Google Maps API for Flash Documentation, Version 1.9
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IScaleControl
Properties
|
Methods
Package
com.google.maps.interfaces
Interface
public interface IScaleControl extends
IControl
,
IWrappableEventDispatcher
,
flash.events.IEventDispatcher
,
IWrappable
IScaleControl is the interface implemented by ScaleControl. A ScaleControl provides a control that shows the scale of the map.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
interfaceChain
: Array
List of interfaces for wrapping this object.
IWrappable
wrapper
: Object
Instance of the cross-domain wrapper for this object.
IWrappable
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
getBaseEventDispatcher
():Object
Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.
IWrappableEventDispatcher
getControlPosition
():
ControlPosition
Retrieves the control position.
IControl
getDisplayObject
():DisplayObject
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
IControl
getSize
():Point
Retrieves the control's size.
IControl
initControlWithMap
(map:
IMap
):void
Sets the instance of the map that this control operates on.
IControl
setControlPosition
(position:
ControlPosition
):void
Sets the control's position and updates its position on the map.
IControl