Warning
This feature is available in the Full MapKit SDK version
MMKPlacemarkIconType
enum MMKPlacemarkIconType : UInt, @unchecked Sendable |
Possible placemark icon types
Summary
Enum cases
case none = 0 |
case dust = 1 |
case dustVisited = 2 |
case icon = 3 |
case iconVisited = 4 |
case labelShortLeft = 5 |
case labelShortRight = 6 |
case labelDetailedLeft = 7 |
case labelDetailedRight = 8 |
case selected = 9 |
Enum cases
none
case none = 0 |
No icon. This type will never be passed to AssetsProvider
methods.
dust
case dust = 1 |
Dust.
dustVisited
case dustVisited = 2 |
Dust, search result is already visited.
icon
case icon = 3 |
Icon.
iconVisited
case iconVisited = 4 |
Icon, search result is already visited.
labelShortLeft
case labelShortLeft = 5 |
One-line label to the left of the icon.
labelShortRight
case labelShortRight = 6 |
One-line label to the right of the icon.
labelDetailedLeft
case labelDetailedLeft = 7 |
Detailed label to the left of the icon.
labelDetailedRight
case labelDetailedRight = 8 |
Detailed label to the right of the icon.
selected
case selected = 9 |
Search result is selected.