Appearance settings for a specific incident type.
More...
#import <SYMapObjectsSettings.h>
|
NSString * | type |
| Incident type SYIncidentType, to which the settings are to be applied. More...
|
|
UIImage * | generalImage |
| Image to be displayed for the incident type. More...
|
|
UIImage * | premiumImage |
| Image to be displayed for the incident type, if it is received from premium database. If the value is nil, generalImage will be used for both: general and premium incidents. More...
|
|
Appearance settings for a specific incident type.
◆ initWithType:generalImage:premiumImage:
- (nonnull instancetype) initWithType: |
|
(nonnull NSString *) |
type |
generalImage: |
|
(nonnull UIImage *) |
generalImage |
premiumImage: |
|
(nullable UIImage *) |
premiumImage |
|
|
| |
◆ __attribute__ [1/2]
- ((unavailable("Use) initWithType: |
|
|
|
◆ __attribute__ [2/2]
+ ((unavailable("Use) initWithType: |
|
|
|
◆ type
Incident type SYIncidentType, to which the settings are to be applied.
◆ generalImage
- (UIImage*) generalImage |
|
readwritenonatomicstrong |
Image to be displayed for the incident type.
◆ premiumImage
- (UIImage*) premiumImage |
|
readwritenonatomicstrong |
Image to be displayed for the incident type, if it is received from premium database. If the value is nil, generalImage will be used for both: general and premium incidents.
The documentation for this class was generated from the following file: