MapStyle
public protocol MapStyle
-
Declaration
Swift
var startEndMarkerBackgroundColor: UIColor { get } -
Text style for the start and end pins.
Note, if the font property of TextStyle has size > 13pts it will be resized to 13pts. This is due to limited space on the pins.
Declaration
Swift
var startEndTextStyle: TextStyle { get }
MapStyle Protocol Reference