com.supermap.web.mapping
public final class InfoPlacement
继承 InfoPlacement Inheritance Object

信息窗 InfoWindow 方位枚举类.

该类用于定义 InfoWindow 显示的方向位置,包括:右上、右下、左上、左下、上、下、左、右。默认为右上。



公共常量
  常量 定义方
    BOTTOM : String = bottom
[static] 下方位。
InfoPlacement
    CENTER : String = center
[static] 中心。
InfoPlacement
    LEFT : String = left
[static] 左方位。
InfoPlacement
    LOWERLEFT : String = lowerLeft
[static] 左下。
InfoPlacement
    LOWERRIGHT : String = lowerRight
[static] 右下。
InfoPlacement
    RIGHT : String = right
[static] 右方位。
InfoPlacement
    TOP : String = top
[static] 上方位。
InfoPlacement
    UPPERLEFT : String = upperLeft
[static] 左上。
InfoPlacement
    UPPERRIGHT : String = upperRight
[static] 右上。
InfoPlacement
常量描述
BOTTOM 常量
public static const BOTTOM:String = bottom

下方位。

CENTER 常量  
public static const CENTER:String = center

中心。

LEFT 常量  
public static const LEFT:String = left

左方位。

LOWERLEFT 常量  
public static const LOWERLEFT:String = lowerLeft

左下。

LOWERRIGHT 常量  
public static const LOWERRIGHT:String = lowerRight

右下。

RIGHT 常量  
public static const RIGHT:String = right

右方位。

TOP 常量  
public static const TOP:String = top

上方位。

UPPERLEFT 常量  
public static const UPPERLEFT:String = upperLeft

左上。

UPPERRIGHT 常量  
public static const UPPERRIGHT:String = upperRight

右上。