MarkerStyle
public struct MarkerStyleA container for the start, end, and background images of safety location 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 MarkerStyleinstance with the specified values.DeclarationParametersstartIconImageThe image of the start marker for a safety location. endIconImageAn optional image of the end marker for a safety location representing a zone. By default, nilis used.startPinImageAn optional background image for the safety location’s marker without speed limit. By default, nilis used.speedLimitPinImageAn optional background image for the safety location’s marker with speed limit. By default, nilis used.endPinImageAn optional background image of the end marker for a safety location representing a zone. By default, nilis used.textStyleText style to visualize the safety location speed limits. By default, TextStyle/init()is used.
- 
                  
                  The image of the start marker for a safety location. DeclarationSwift public let startIconImage: MapImage
- 
                  
                  An optional image of the end marker for a safety location representing a zone. Default value is nil.DeclarationSwift public let endIconImage: MapImage?
- 
                  
                  An optional background image for the safety location’s marker without a speed limit. Default value is nil.DeclarationSwift public let startPinImage: MapImage?
- 
                  
                  An optional background image for the safety location’s marker with a speed limit. Default value is nil.DeclarationSwift public let speedLimitPinImage: MapImage?
- 
                  
                  An optional background image of the end marker for a safety location representing a zone. Default value is nil.DeclarationSwift public let endPinImage: MapImage?
- 
                  
                  Text style to visualize the safety location speed limits. Default values are the ones in Defaults/TextStyle.DeclarationSwift public let textStyle: TextStyle?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         MarkerStyle
          MarkerStyle