MapToolbarVerticalAlignment Enumeration

Controls the vertical alignment of the toolbar buttons within the map.

Android

enum MapToolbarVerticalAlignment
{
    TOP,
    CENTER,
    BOTTOM
}

iOS

typedef NS_ENUM(NSInteger, MSMapToolbarVerticalAlignment)
{
    MSMapToolbarVerticalAlignmentTop,
    MSMapToolbarVerticalAlignmentCenter,
    MSMapToolbarVerticalAlignmentBottom
}

Values

Top

Aligned to the top of the map.

Center

Aligned to the center of the map.

Bottom

Aligned to the bottom of the map.