Icon TMapControlPosition

Unit: WebMaps

TMapControlPosition = (cpBottomCenter,cpBottomLeft,cpBottomRight,
       cpLeftBottom,cpLeftCenter,cpLeftTop, cpRightBottom,
      cpRightCenter,cpRightTop, cpTopCenter,cpTopLeft,cpTopRight)

Available In: Client and Server Applications

The TMapControlPosition enumerated type is used with the TMap control to specify how various map controls (map type, overview map, pan, rotate, street view, zoom) are positioned over the map.

ElementDescription
cpBottomCenterThe control is positioned at the bottom of the map, in the center.
cpBottomLeftThe control is positioned at the bottom of the map, on the left.
cpBottomRightThe control is positioned at the bottom of the map, on the right.
cpLeftBottomThe control is positioned on the left side of the map, at the bottom.
cpLeftCenterThe control is positioned on the left side of the map, in the center.
cpLeftTopThe control is positioned on the left side of the map, at the top.
cpRightBottomThe control is positioned on the right side of the map, at the bottom.
cpRightCenterThe control is positioned on the right side of the map, in the center.
cpRightTopThe control is positioned on the right side of the map, at the top.
cpTopCenterThe control is positioned at the top of the map, in the center.
cpTopLeftThe control is positioned at the top of the map, on the left.
cpTopRightThe control is positioned at the top of the map, on the right.
Image