Packagecom.esri.ags.components.supportClasses
Classpublic final class InfoPlacement
InheritanceInfoPlacement Inheritance Object

The InfoPlacement class specifies constant values used to style an InfoComponent. For example, you can use them with InfoSymbol.infoPlacement or as a style for an InfoWindow or InfoSymbol.

See also

com.esri.ags.symbols.InfoSymbol.infoPlacement
InfoComponent
Live sample - Using infoPlacement style for InfoSymbols


Public Constants
 ConstantDefined By
  BOTTOM : String = bottom
[static] Specifies that the InfoSymbol or InfoWindow is on the bottom side of the anchor point.
InfoPlacement
  CENTER : String = center
[static] Specifies that the InfoSymbol or InfoWindow is at the center of the anchor point.
InfoPlacement
  LEFT : String = left
[static] Specifies that the InfoSymbol or InfoWindow is on the left side of the anchor point.
InfoPlacement
  LOWERLEFT : String = lowerLeft
[static] Specifies that the InfoSymbol or InfoWindow is on the lower left side of the anchor point.
InfoPlacement
  LOWERRIGHT : String = lowerRight
[static] Specifies that the InfoSymbol or InfoWindow is on the lower right side of the anchor point.
InfoPlacement
  RIGHT : String = right
[static] Specifies that the InfoSymbol or InfoWindow is on the right side of the anchor point.
InfoPlacement
  TOP : String = top
[static] Specifies that the InfoSymbol or InfoWindow is on the top side of the anchor point.
InfoPlacement
  UPPERLEFT : String = upperLeft
[static] Specifies that the InfoSymbol or InfoWindow is on the upper left side of the anchor point.
InfoPlacement
  UPPERRIGHT : String = upperRight
[static] Specifies that the InfoSymbol or InfoWindow is on the upper right side of the anchor point.
InfoPlacement
Constant Detail
BOTTOMConstant
public static const BOTTOM:String = bottom

Specifies that the InfoSymbol or InfoWindow is on the bottom side of the anchor point.

CENTERConstant 
public static const CENTER:String = center

Specifies that the InfoSymbol or InfoWindow is at the center of the anchor point.

LEFTConstant 
public static const LEFT:String = left

Specifies that the InfoSymbol or InfoWindow is on the left side of the anchor point.

LOWERLEFTConstant 
public static const LOWERLEFT:String = lowerLeft

Specifies that the InfoSymbol or InfoWindow is on the lower left side of the anchor point.

LOWERRIGHTConstant 
public static const LOWERRIGHT:String = lowerRight

Specifies that the InfoSymbol or InfoWindow is on the lower right side of the anchor point.

RIGHTConstant 
public static const RIGHT:String = right

Specifies that the InfoSymbol or InfoWindow is on the right side of the anchor point.

TOPConstant 
public static const TOP:String = top

Specifies that the InfoSymbol or InfoWindow is on the top side of the anchor point.

UPPERLEFTConstant 
public static const UPPERLEFT:String = upperLeft

Specifies that the InfoSymbol or InfoWindow is on the upper left side of the anchor point.

UPPERRIGHTConstant 
public static const UPPERRIGHT:String = upperRight

Specifies that the InfoSymbol or InfoWindow is on the upper right side of the anchor point.