Table of Contents

TTMSFNCMapsPosition Enumeration

Specifies where an element container is placed on the map.

API unit family: TMSFNCMaps

Members

Name Description
poCustom Uses custom positioning supplied by the element content or style.
poTopLeft Places the container at the top-left map control position.
poTopCenter Places the container at the top-center map control position.
poTopRight Places the container at the top-right map control position.
poCenterLeft Places the container at the center-left map control position.
poCenterCenter Places the container at the center of the map.
poBottomLeft Places the container at the bottom-left map control position.
poBottomCenter Places the container at the bottom-center map control position.
poBottomRight Places the container at the bottom-right map control position.
poCoordinate Anchors the container to its coordinate.
poBounds Anchors the container to its bounds area.
poCenterRight Places the container at the center-right map control position.