TextStyle
public struct TextStyle
                Represents the style used to display safety locations markers.
Important
This stylization API is intended to be used for only the turn-by-turn navigation.Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Initializes a new
SafetyLocationStyle/TextStyleinstance with the specified values.Declaration
Parameters
fontURLThe font of the speed limit text on the marker. Default font is Notosans-Condensed.
colorText color. Default color is black.
sizeText size (in point units).
offsetDoubledescribing the offset that will be used to position the label in theTomTomSDKMapDisplay/Marker. Depending on the anchoring, the point of the label that is anchored varies: - If anchoring is left, the anchor point is the baseline-leftmost pixel of the label. - If anchoring is center, the anchor point is the baseline-center pixel of the label. - If anchoring is right, the anchor point is the baseline-rightmost pixel of the label.Defaults: For x axis, value is 15.5. For y axis, value is 40.0.anchoringTomTomSDKMapsDisplay/TextAnchoringdetermining how the label is positioned in theTomTomSDKMapDisplay/Marker. 
- 
                  
                  
The font of the speed limit text on the marker. Default font is Notosans-Condensed.
Declaration
Swift
public let fontURL: String - 
                  
                  
Text color. Default color is black.
Declaration
Swift
public var color: UIColor - 
                  
                  
Text size (in point units).
Declaration
Swift
public var size: Double - 
                  
                  
Describing the offset that will be used to position the label in the
TomTomSDKMapDisplay/Marker. Depending on the anchoring, the point of the label that is anchored varies:- If anchoring is left, the anchor point is the baseline-leftmost pixel of the label.
 - If anchoring is center, the anchor point is the baseline-center pixel of the label.
 - If anchoring is right, the anchor point is the baseline-rightmost pixel of the label.
 
Defaults: For x axis, value is 15.5. For y axis, value is 40.0.
Declaration
Swift
public var offset: MarkerLabelOptions.TextOffset - 
                  
                  
The anchoring that will be used to position the speed limit text. Default value is center.
Declaration
Swift
public var anchoring: TextAnchoring 
        
 
          TomTom SDK for iOS (0.40.0)
        
          TextStyle