SYMapIncidentImages Class Reference

Appearance settings for a specific incident type. More...

#import <SYMapObjectsSettings.h>

Inheritance diagram for SYMapIncidentImages:
Collaboration diagram for SYMapIncidentImages:

Instance Methods

(nonnull instancetype) - initWithType:generalImage:premiumImage:
 
((unavailable("Use initWithType:generalImage:premiumImage: instead.") - __attribute__
 

Class Methods

((unavailable("Use initWithType:generalImage:premiumImage: instead.") + __attribute__
 

Properties

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...
 

Detailed Description

Appearance settings for a specific incident type.

Method Documentation

◆ 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:

Property Documentation

◆ type

- (NSString*) type
readwritenonatomicstrong

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: