LaneSeparator

public enum LaneSeparator

The LaneSeparator represents the lane separator painted on the road surface.

Important

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

Public

  • Creates an instance of LaneSeparator from the given string.

    Declaration

    Swift

    public static func laneSeparator(from string: String) -> LaneSeparator

    Parameters

    string

    String to create LaneSeparator from.

    Return Value

    LaneSeparator object.

  • Provides description of the LaneSeparator

    Declaration

    Swift

    public func description() -> String

    Return Value

    Description string.