SYMapTrafficSignSettings Class Reference

Appearance settings for a specific traffic sign type. More...

#import <SYMapObjects.h>

Inheritance diagram for SYMapTrafficSignSettings:
Collaboration diagram for SYMapTrafficSignSettings:

Instance Methods

(nonnull instancetype) - initWithType:country:image:imageAnchor:labelAnchor:textStyle:
 
((unavailable("Use initWithType:country:image:imageAnchor:textStyle:labelAnchor: instead.") - __attribute__
 

Class Methods

((unavailable("Use initWithType:country:image:imageAnchor:textStyle:labelAnchor: instead.") + __attribute__
 

Properties

SYMapTrafficSignSettingsType signType
 Traffic sign type the settings are related to. More...
 
SYMapTrafficSignSettingsCountry country
 Country the settings are related to. More...
 
UIImage * image
 Image representing the traffic sign look without text. More...
 
CGPoint imageAnchor
 The relative CGPoint position of the image from its anchored location. Value of 0,0 is top left location of the image, 1,1 is bottom right. Default value is 0.0,0.0. More...
 
CGPoint labelAnchor
 The relative CGPoint position of the text label from its anchored location. Value of 0,0 is top left location of the text label, 1,1 is bottom right. Default value is 0.0,0.0. More...
 
SYMapObjectDynamicLabelStyletextStyle
 Label text style. More...
 

Detailed Description

Appearance settings for a specific traffic sign type.

Method Documentation

◆ initWithType:country:image:imageAnchor:labelAnchor:textStyle:

- (nonnull instancetype) initWithType: (SYMapTrafficSignSettingsType)  signType
country: (SYMapTrafficSignSettingsCountry)  country
image: (nonnull UIImage *)  image
imageAnchor: (CGPoint)  imageAnchor
labelAnchor: (CGPoint)  labelAnchor
textStyle: (nonnull SYMapObjectDynamicLabelStyle *)  textStyle 

◆ __attribute__ [1/2]

- ((unavailable("Use) initWithType:

◆ __attribute__ [2/2]

+ ((unavailable("Use) initWithType:

Property Documentation

◆ signType

- (SYMapTrafficSignSettingsType) signType
readwritenonatomicassign

Traffic sign type the settings are related to.

◆ country

- (SYMapTrafficSignSettingsCountry) country
readwritenonatomicassign

Country the settings are related to.

◆ image

- (UIImage*) image
readwritenonatomicstrong

Image representing the traffic sign look without text.

◆ imageAnchor

- (CGPoint) imageAnchor
readwritenonatomicassign

The relative CGPoint position of the image from its anchored location. Value of 0,0 is top left location of the image, 1,1 is bottom right. Default value is 0.0,0.0.

◆ labelAnchor

- (CGPoint) labelAnchor
readwritenonatomicassign

The relative CGPoint position of the text label from its anchored location. Value of 0,0 is top left location of the text label, 1,1 is bottom right. Default value is 0.0,0.0.

◆ textStyle

- (SYMapObjectDynamicLabelStyle*) textStyle
readwritenonatomicstrong

Label text style.


The documentation for this class was generated from the following file: