MTMapCorner
public enum MTMapCorner : String, @unchecked Sendable, Codable
Represents corners of the map.
-
Top left corner of the map.
Declaration
Swift
case topLeft = "top-left"
-
Top right corner of the map.
Declaration
Swift
case topRight = "top-right"
-
Bottom left corner of the map.
Declaration
Swift
case bottomLeft = "bottom-left"
-
Bottom right corner of the map.
Declaration
Swift
case bottomRight = "bottom-right"