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 = 2Bottom-left corner.
BottomRight = 3Bottom-right corner.
TopLeft = 0Top-left corner.
TopRight = 1Top-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.