Appearance settings for a specific form of traffic signs.
More...
#import <SYMapObjects.h>
|
((unavailable("Use initWithForm:MarkerImage:markerAnchor:signPosition:signScale: instead.") | + __attribute__ |
|
|
SYMapTrafficSignFormType | form |
| Traffic sign form type the settings are related to. More...
|
|
UIImage * | markerImage |
| Marker image representing the form of appearance of the traffic sign. The marker is drawn behind the traffic sign. More...
|
|
CGPoint | markerAnchor |
| The relative CGPoint position of the marker 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 | signPosition |
| The relative CGPoint position of the traffic sign relative to the marker image. 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...
|
|
CGPoint | signScale |
| The scale of the traffic sign. Default value is 1.0,1.0. More...
|
|
Appearance settings for a specific form of traffic signs.
◆ initWithForm:markerImage:markerAnchor:signPosition:signScale:
- (nonnull instancetype) initWithForm: |
|
(SYMapTrafficSignFormType) |
form |
markerImage: |
|
(nonnull UIImage *) |
markerImage |
markerAnchor: |
|
(CGPoint) |
markerAnchor |
signPosition: |
|
(CGPoint) |
signPosition |
signScale: |
|
(CGPoint) |
signScale |
|
|
| |
◆ __attribute__ [1/2]
- ((unavailable("Use) initWithForm: |
|
|
|
◆ __attribute__ [2/2]
+ ((unavailable("Use) initWithForm: |
|
|
|
◆ form
- (SYMapTrafficSignFormType) form |
|
readwritenonatomicassign |
Traffic sign form type the settings are related to.
◆ markerImage
Marker image representing the form of appearance of the traffic sign. The marker is drawn behind the traffic sign.
◆ markerAnchor
The relative CGPoint position of the marker 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.
◆ signPosition
The relative CGPoint position of the traffic sign relative to the marker image. Value of 0,0 is top left location of the text label, 1,1 is bottom right. Default value is 0.0,0.0.
◆ signScale
The scale of the traffic sign. Default value is 1.0,1.0.
The documentation for this class was generated from the following file: