Table of Contents

Enum MapControlCorner

Namespace
MapLibreNative.Maui

The corner of the map that an on-map overlay control (navigation, GPS or attribution) is anchored to.

public enum MapControlCorner

Fields

BottomLeft = 2

Bottom-left corner.

BottomRight = 3

Bottom-right corner.

TopLeft = 0

Top-left corner.

TopRight = 1

Top-right corner.

Remarks

When multiple controls are assigned to the same corner they stack in a fixed order — navigation, then GPS, then attribution — anchored from that corner inward. For the top corners the first control sits at the top and later ones stack downward; for the bottom corners the first control sits at the bottom and later ones stack upward.