MarkerLabelOptions
public struct MarkerLabelOptions : AnnotationOptions, Equatable
Options that define label inside marker. Can be used with MarkerOptions.
-
Label text to be displayed.
Declaration
Swift
public let text: String -
Font used to display text of the label.
Declaration
Swift
public let fontURI: String -
The color of the outline of the text. Default value is clear.
Declaration
Swift
public var outlineColor: UIColor -
The width of the outline of the text. Default value is 0.
Declaration
Swift
public var outlineWidth: Double
MarkerLabelOptions Structure Reference