EVWaypointMarkerStyle
public struct EVWaypointMarkerStyle
Represents 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.-
Creates a new
EVWaypointMarkerStylewith given parameters.Declaration
Swift
public init( pinImage: UIImage? = Defaults.pinImage, textColor: UIColor = Defaults.textColor, textSize: Double = Defaults.textSize, fontURL: URL = Defaults.fontURL, textAnchoring: TextAnchoring = Defaults.textAnchoring, textOffset: MarkerLabelOptions.TextOffset = Defaults.textOffset )Parameters
pinImageThe pin image for the EV charging station waypoint marker.
textColorThe color of the label text.
textSizeThe size of the label text.
fontURLThe font URI of the label text.
textAnchoringThe anchoring of the label text.
textOffsetThe offset of the label text.
-
The default values for the
See moreEVWaypointMarkerStyle.Declaration
Swift
public enum Defaults -
The pin image for the EV charging station waypoint marker.
Declaration
Swift
public let pinImage: UIImage? -
The color of the label text.
Declaration
Swift
public let textColor: UIColor -
The size of the label text.
Declaration
Swift
public let textSize: Double -
The font URI of the label text.
Declaration
Swift
public let fontURL: URL -
The anchoring of the label text.
Declaration
Swift
public let textAnchoring: TextAnchoring -
The offset of the label text.
Declaration
Swift
public let textOffset: MarkerLabelOptions.TextOffset
TomTom SDK for iOS (0.47.5)
EVWaypointMarkerStyle