| Package | com.afcomponents.umap.types |
| Class | public class AutoSizeType |
InfoWindow.
| Constant | Defined 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 | ||
| AUTO | constant |
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.
| BOTTOM | constant |
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.
| NONE | constant |
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.
| SIDE | constant |
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.