@abstract(Identifiers used to specify the placement of controls on the map.)

Controls are positioned relative to other controls in the same layout position. Controls that are added first are positioned closer to the edge of the map.
@longcode(#  +----------------+
 + TL    TC    TR +
 + LT          RT +
 +                +
 + LC          RC +
 +                +
 + LB          RB +
 + BL    BC    BR +
 +----------------+#)
 
Elements in the top or bottom row flow towards the middle of the row. Elements in the left or right column flow towards the middle of the column.@br@br

More info at @url(https://developers.google.com/maps/documentation/javascript/reference/control#ControlPosition google.maps.ControlPosition constants)
