Packagecom.google.maps.interfaces
Interfacepublic 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
 PropertyDefined by
 InheritedinterfaceChain : Array
List of interfaces for wrapping this object.
IWrappable
 Inheritedwrapper : Object
Instance of the cross-domain wrapper for this object.
IWrappable
Public Methods
 MethodDefined by
 Inherited
Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.
IWrappableEventDispatcher
 Inherited
Retrieves the control position.
IControl
 Inherited
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
 Inherited
getSize():Point
Retrieves the control's size.
IControl
 Inherited
Sets the instance of the map that this control operates on.
IControl
 Inherited
Sets the control's position and updates its position on the map.
IControl