SYMapTrafficSignFormSettings Class Reference

Appearance settings for a specific form of traffic signs. More...

#import <SYMapObjects.h>

Inheritance diagram for SYMapTrafficSignFormSettings:
Collaboration diagram for SYMapTrafficSignFormSettings:

Instance Methods

(nonnull instancetype) - initWithForm:markerImage:markerAnchor:signPosition:signScale:
 
((unavailable("Use initWithForm:MarkerImage:markerAnchor:signPosition:signScale: instead.") - __attribute__
 

Class Methods

((unavailable("Use initWithForm:MarkerImage:markerAnchor:signPosition:signScale: instead.") + __attribute__
 

Properties

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

Detailed Description

Appearance settings for a specific form of traffic signs.

Method Documentation

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

Property Documentation

◆ form

- (SYMapTrafficSignFormType) form
readwritenonatomicassign

Traffic sign form type the settings are related to.

◆ markerImage

- (UIImage*) markerImage
readwritenonatomicstrong

Marker image representing the form of appearance of the traffic sign. The marker is drawn behind the traffic sign.

◆ markerAnchor

- (CGPoint) markerAnchor
readwritenonatomicassign

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

- (CGPoint) signPosition
readwritenonatomicassign

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

- (CGPoint) signScale
readwritenonatomicassign

The scale of the traffic sign. Default value is 1.0,1.0.


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