MMKRotationType
|
enum MMKRotationType : UInt, @unchecked Sendable |
The way rotation is handled.
Summary
Enum cases
|
case noRotation = 0 |
|
case rotate = 1 |
Enum cases
noRotation
|
case noRotation = 0 |
Ignores the placemark direction; stable in screen space.
rotate
|
case rotate = 1 |
Follows the placemark direction. For non-flat placemarks, the direction vector is projected onto the screen plane.