Packagecom.afcomponents.umap.types
Classpublic class AutoSizeType

Defines possible auto size modes for the InfoWindow.



Public Constants
 ConstantDefined by
  AUTO : String = "auto"
[static] The AutoSizeType.AUTO constant defines the value of the autoSize property of the InfoWindowStyle object that indicates automatic sizing in both directions.
AutoSizeType
  BOTTOM : String = "bottom"
[static] The AutoSizeType.BOTTOM constant defines the value of the autoSize property of the InfoWindowStyle object that indicates vertical automatic sizing.
AutoSizeType
  NONE : String = "none"
[static] The AutoSizeType.NONE constant defines the value of the autoSize property of the InfoWindowStyle object that disables automatic sizing.
AutoSizeType
  SIDE : String = "side"
[static] The AutoSizeType.SIDE constant defines the value of the autoSize property of the InfoWindowStyle object that indicates horizontal automatic sizing.
AutoSizeType
Constant detail
AUTOconstant
public static const AUTO:String = "auto"

The AutoSizeType.AUTO constant defines the value of the autoSize property of the InfoWindowStyle object that indicates automatic sizing in both directions.

BOTTOMconstant 
public static const BOTTOM:String = "bottom"

The AutoSizeType.BOTTOM constant defines the value of the autoSize property of the InfoWindowStyle object that indicates vertical automatic sizing.

NONEconstant 
public static const NONE:String = "none"

The AutoSizeType.NONE constant defines the value of the autoSize property of the InfoWindowStyle object that disables automatic sizing.

SIDEconstant 
public static const SIDE:String = "side"

The AutoSizeType.SIDE constant defines the value of the autoSize property of the InfoWindowStyle object that indicates horizontal automatic sizing.