The goog.positioning.OverflowStatus Enum

goog.positioning.OverflowStatus

Enum for representing the outcome of a positioning call.

@enum
{number}

.ADJUSTED_X

.ADJUSTED_Y

.FAILED {number}

Shorthand to check if a status code contains any fail code.

.FAILED_BOTTOM

.FAILED_HORIZONTAL {number}

Shorthand to check if horizontal positioning failed.

.FAILED_LEFT

.FAILED_OUTSIDE_VIEWPORT

.FAILED_RIGHT

.FAILED_TOP

.FAILED_VERTICAL {number}

Shorthand to check if vertical positioning failed.

.HEIGHT_ADJUSTED

.NONE

.WIDTH_ADJUSTED