YMKPlacemarkIconType
- Summary
- Enum cases
- YMKPlacemarkIconTypeNone
- YMKPlacemarkIconTypeDust
- YMKPlacemarkIconTypeDustVisited
- YMKPlacemarkIconTypeIcon
- YMKPlacemarkIconTypeIconVisited
- YMKPlacemarkIconTypeLabelShortLeft
- YMKPlacemarkIconTypeLabelShortRight
- YMKPlacemarkIconTypeLabelDetailedLeft
- YMKPlacemarkIconTypeLabelDetailedRight
- YMKPlacemarkIconTypeSelected
Warning
This feature is available in the Full MapKit SDK version
|
enum YMKPlacemarkIconType : NSUInteger {} |
Possible placemark icon types
Summary
Enum cases
|
YMKPlacemarkIconTypeNone |
|
YMKPlacemarkIconTypeDustVisited |
|
YMKPlacemarkIconTypeIconVisited |
|
YMKPlacemarkIconTypeLabelShortLeft |
|
YMKPlacemarkIconTypeLabelShortRight |
|
YMKPlacemarkIconTypeLabelDetailedLeft |
|
YMKPlacemarkIconTypeLabelDetailedRight |
|
YMKPlacemarkIconTypeSelected |
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.