MapToolbarHorizontalAlignment Enumeration

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

Android

enum MapToolbarHorizontalAlignment
{
    RIGHT,
    LEFT
}

iOS

typedef NS_ENUM(NSInteger, MSMapToolbarHorizontalAlignment)
{
    MSMapToolbarHorizontalAlignmentRight,
    MSMapToolbarHorizontalAlignmentLeft
}

Values

Aligned to the right side of the map.

Left

Aligned to the left side of the map.