BetterRouteStyle

public struct BetterRouteStyle

Represents the style used to display the better route.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Default values for a better route style.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum Defaults
  • The width (in point units) of the line per scene for a better route tube. This parameter must be a non-empty list containing non-negative values for both the width and the scene. Items in this list must not contain duplicated values.

    Declaration

    Swift

    public let lineWidth: [WidthScene]
  • The width (in point units) of the outline per scene for better route tube. This parameter must be a non-empty list containing non-negative values for both the width and the scene. Items in this list must not contain duplicated values.

    Declaration

    Swift

    public let outlineWidth: [WidthScene]
  • The color of the better route tube. You can control the route line’s opacity by using an alpha component of the UIColor.

    Declaration

    Swift

    public let lineColor: UIColor
  • The better route marker style.

    Declaration

    Swift

    public let markerStyle: MarkerStyle
  • The default value of the better route marker visibility.

    Declaration

    Swift

    public let isMarkerVisible: Bool
  • Represents the style used to display the better route bubble.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct MarkerStyle