YMKPlacemarkIconType

Warning

This feature is available in the Full MapKit SDK version

enum YMKPlacemarkIconType : NSUInteger {}

Possible placemark icon types

Summary

Enum cases

YMKPlacemarkIconTypeNone
No icon

YMKPlacemarkIconTypeDust
Dust

YMKPlacemarkIconTypeDustVisited
Dust, search result is already visited

YMKPlacemarkIconTypeIcon
Icon

YMKPlacemarkIconTypeIconVisited
Icon, search result is already visited

YMKPlacemarkIconTypeLabelShortLeft
One-line label to the left of the icon

YMKPlacemarkIconTypeLabelShortRight
One-line label to the right of the icon

YMKPlacemarkIconTypeLabelDetailedLeft
Detailed label to the left of the icon

YMKPlacemarkIconTypeLabelDetailedRight
Detailed label to the right of the icon

YMKPlacemarkIconTypeSelected
Search result is selected

Enum cases

YMKPlacemarkIconTypeNone

YMKPlacemarkIconTypeNone

No icon. This type will never be passed to AssetsProvider methods.


YMKPlacemarkIconTypeDust

YMKPlacemarkIconTypeDust

Dust.


YMKPlacemarkIconTypeDustVisited

YMKPlacemarkIconTypeDustVisited

Dust, search result is already visited.


YMKPlacemarkIconTypeIcon

YMKPlacemarkIconTypeIcon

Icon.


YMKPlacemarkIconTypeIconVisited

YMKPlacemarkIconTypeIconVisited

Icon, search result is already visited.


YMKPlacemarkIconTypeLabelShortLeft

YMKPlacemarkIconTypeLabelShortLeft

One-line label to the left of the icon.


YMKPlacemarkIconTypeLabelShortRight

YMKPlacemarkIconTypeLabelShortRight

One-line label to the right of the icon.


YMKPlacemarkIconTypeLabelDetailedLeft

YMKPlacemarkIconTypeLabelDetailedLeft

Detailed label to the left of the icon.


YMKPlacemarkIconTypeLabelDetailedRight

YMKPlacemarkIconTypeLabelDetailedRight

Detailed label to the right of the icon.


YMKPlacemarkIconTypeSelected

YMKPlacemarkIconTypeSelected

Search result is selected.