An enumeration describing Point Label Positions.

Enumeration Members

ANY: number

Constant to indicate that any label position can be used.

CENTER: number

Center the label horizontally and vertically

EAST: number

Align the label so that it is positioned east of the point.

NORTH: number

Align the label so that it is positioned north of the point.

NORTH_EAST: number

Align the label so that it is positioned north-east of the point.

NORTH_WEST: number

Align the label so that it is positioned north-west of the point.

SOUTH: number

Align the label so that it is positioned south of the point.

SOUTH_EAST: number

Align the label so that it is positioned south-east of the point.

SOUTH_WEST: number

Align the label so that it is positioned south-west of the point.

WEST: number

Align the label so that it is positioned west of the point.