ALKMaps.Popup.FramedCloud

Inherits from

Summary
ALKMaps.Popup.FramedCloud
Properties
contentDisplayClass {String} The CSS class of the popup content div.
autoSize {Boolean} Framed Cloud is autosizing by default.
panMapIfOutOfView {Boolean} Framed Cloud does pan into view by default.
imageSize {ALKMaps.Size}
isAlphaImage {Boolean} The FramedCloud does not use an alpha image (in honor of the good ie6 folk out there)
fixedRelativePosition {Boolean} The Framed Cloud popup works in just one fixed position.
positionBlocks {Object} Hash of different position blocks, keyed by relativePosition two-character code string (ie “tl”, “tr”, “bl”, “br”)
minSize {ALKMaps.Size}
maxSize {ALKMaps.Size}
Constructor
ALKMaps.Popup.FramedCloud

Properties

contentDisplayClass

{String} The CSS class of the popup content div.

autoSize

{Boolean} Framed Cloud is autosizing by default.

panMapIfOutOfView

{Boolean} Framed Cloud does pan into view by default.

imageSize

isAlphaImage

{Boolean} The FramedCloud does not use an alpha image (in honor of the good ie6 folk out there)

fixedRelativePosition

{Boolean} The Framed Cloud popup works in just one fixed position.

positionBlocks

{Object} Hash of different position blocks, keyed by relativePosition two-character code string (ie “tl”, “tr”, “bl”, “br”)

minSize

maxSize

Constructor

ALKMaps.Popup.FramedCloud

Parameters

id {String}
lonlat {ALKMaps.LonLat}
contentSize {ALKMaps.Size}
contentHTML {String}
anchor {Object} Object to which we’ll anchor the popup.  Must expose a ‘size’ (ALKMaps.Size) and ‘offset’ (ALKMaps.Pixel) (Note that this is generally an ALKMaps.Icon).
closeBox {Boolean}
closeBoxCallback {Function} Function to be called on closeBox click.
Instances of this class represent a width/height pair
This class represents a longitude and latitude pair
This class represents a screen coordinate, in x and y coordinates
The icon represents a graphical icon on the screen.
Close