MarkerLabelOptions
public struct MarkerLabelOptions : AnnotationOptions, Equatable
Options that define label inside marker. Can be used with MarkerOptions
.
Font used to display text of the label.
Declaration
Swift
public let fontURI: String
MarkerLabelOptions init method.
Declaration
Swift
public init(text: String, fontURI: String)
Parameters
text
|
Label text to be displayed. |
fontURI
|
Font used to display text of the label. |
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
Label text to be displayed.
Declaration
Swift
public let text: String
Text Appearance
Declaration
Swift
public var textAppearance: TextAppearance
Text Appearance
See moreDeclaration
Swift
public struct TextAppearance : Equatable
TextOffset represented by two points.
See moreDeclaration
Swift
public struct TextOffset : Equatable