Defaults

public enum Defaults

Default values for the better route marker style.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Default pin image of the better route marker.

    Declaration

    Swift

    public static let pinImage: MapImage
  • Default font that is used for the label of better route marker.

    Declaration

    Swift

    public static let textFontURI: String
  • Default font that is used for the label of a better route marker.

    Declaration

    Swift

    public static let textSize: Double
  • Default color of the better route label text.

    Declaration

    Swift

    public static let textColor: UIColor
  • Default anchoring TextAnchoring of the label in the better route marker.

    Declaration

    Swift

    public static let textAnchoring: TextAnchoring
  • Default offset MarkerLabelOptions.TextOffset of the label inside the better route marker.

    Declaration

    Swift

    public static let textOffset: MarkerLabelOptions.TextOffset