search

goog.positioning.ViewportClientPosition

Provided By
Extends

Encapsulates a popup position where the popup is positioned relative to the window (client) coordinates, and made to stay within the viewport.

new ViewportClientPosition( arg1, opt_arg2 )

Parameters
arg1(number|goog.math.Coordinate|null)

Left position or coordinate.

opt_arg2number=

Top position if arg1 is a number representing the left position, ignored otherwise.

Instance Methods

Instance Properties