Warning

This feature is available in the Full MapKit SDK version

MMKPlacemarkIconType

enum MMKPlacemarkIconType : NSUInteger {}

Possible placemark icon types

Summary

Enum cases

MMKPlacemarkIconTypeNone
No icon

MMKPlacemarkIconTypeDust
Dust

MMKPlacemarkIconTypeDustVisited
Dust, search result is already visited

MMKPlacemarkIconTypeIcon
Icon

MMKPlacemarkIconTypeIconVisited
Icon, search result is already visited

MMKPlacemarkIconTypeLabelShortLeft
One-line label to the left of the icon

MMKPlacemarkIconTypeLabelShortRight
One-line label to the right of the icon

MMKPlacemarkIconTypeLabelDetailedLeft
Detailed label to the left of the icon

MMKPlacemarkIconTypeLabelDetailedRight
Detailed label to the right of the icon

MMKPlacemarkIconTypeSelected
Search result is selected

Enum cases

MMKPlacemarkIconTypeNone

MMKPlacemarkIconTypeNone

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


MMKPlacemarkIconTypeDust

MMKPlacemarkIconTypeDust

Dust.


MMKPlacemarkIconTypeDustVisited

MMKPlacemarkIconTypeDustVisited

Dust, search result is already visited.


MMKPlacemarkIconTypeIcon

MMKPlacemarkIconTypeIcon

Icon.


MMKPlacemarkIconTypeIconVisited

MMKPlacemarkIconTypeIconVisited

Icon, search result is already visited.


MMKPlacemarkIconTypeLabelShortLeft

MMKPlacemarkIconTypeLabelShortLeft

One-line label to the left of the icon.


MMKPlacemarkIconTypeLabelShortRight

MMKPlacemarkIconTypeLabelShortRight

One-line label to the right of the icon.


MMKPlacemarkIconTypeLabelDetailedLeft

MMKPlacemarkIconTypeLabelDetailedLeft

Detailed label to the left of the icon.


MMKPlacemarkIconTypeLabelDetailedRight

MMKPlacemarkIconTypeLabelDetailedRight

Detailed label to the right of the icon.


MMKPlacemarkIconTypeSelected

MMKPlacemarkIconTypeSelected

Search result is selected.