EVWaypointMarkerStyle
public struct EVWaypointMarkerStyleRepresents a style configuration for the EV charging station waypoint marker.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  Initializes EVWaypointMarkerStylewith the given values.DeclarationSwift public init( pinImage: MapImage? = Defaults.pinImage, textColor: UIColor = Defaults.textColor, textSize: Double = Defaults.textSize, textFontURI: String = Defaults.textFontURI, textAnchoring: TextAnchoring = Defaults.textAnchoring, textOffset: MarkerLabelOptions.TextOffset = Defaults.textOffset )ParameterspinImageThe pin image for the EV charging station waypoint marker. By default, pinImageis used.textColorThe color of the label text. By default, textColoris used.textSizeThe size of the label text. By default, textSizeis used.textFontURIThe font URI of the label text. By default, textFontURIis used.textAnchoringThe anchoring of the label text. By default, textAnchoringis used.textOffsetThe offset of the label text. By default, textOffsetis used.
- 
                  
                  The default values for the See moreEVWaypointMarkerStyle.DeclarationSwift public enum Defaults
- 
                  
                  The pin image for the EV charging station waypoint marker. DeclarationSwift public let pinImage: MapImage?
- 
                  
                  The color of the label text. DeclarationSwift public let textColor: UIColor
- 
                  
                  The size of the label text. DeclarationSwift public let textSize: Double
- 
                  
                  The font URI of the label text. DeclarationSwift public let textFontURI: String
- 
                  
                  The anchoring of the label text. DeclarationSwift public let textAnchoring: TextAnchoring
- 
                  
                  The offset of the label text. DeclarationSwift public let textOffset: MarkerLabelOptions.TextOffset
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         EVWaypointMarkerStyle
          EVWaypointMarkerStyle