Appearance settings for a specific traffic sign type.
More...
#import <SYMapObjects.h>
|
((unavailable("Use initWithType:country:image:imageAnchor:textStyle:labelAnchor: instead.") | + __attribute__ |
|
|
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...
|
|
SYMapObjectDynamicLabelStyle * | textStyle |
| Label text style. More...
|
|
Appearance settings for a specific traffic sign type.
◆ 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: |
|
|
|
◆ signType
- (SYMapTrafficSignSettingsType) signType |
|
readwritenonatomicassign |
Traffic sign type the settings are related to.
◆ country
- (SYMapTrafficSignSettingsCountry) country |
|
readwritenonatomicassign |
Country the settings are related to.
◆ image
Image representing the traffic sign look without text.
◆ 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.
◆ 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.
◆ textStyle
The documentation for this class was generated from the following file: