Warning

This feature is available in the Full MapKit SDK version

YMKPlacemarkIconType

enum YMKPlacemarkIconType : UInt, @unchecked Sendable

Possible placemark icon types

Summary

Enum cases

case none = 0
No icon

case dust = 1
Dust

case dustVisited = 2
Dust, search result is already visited

case icon = 3
Icon

case iconVisited = 4
Icon, search result is already visited

case labelShortLeft = 5
One-line label to the left of the icon

case labelShortRight = 6
One-line label to the right of the icon

case labelDetailedLeft = 7
Detailed label to the left of the icon

case labelDetailedRight = 8
Detailed label to the right of the icon

case selected = 9
Search result is selected

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.