TypeOfRoad

public enum TypeOfRoad : Int

Important

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

Public

  • Creates an instance of TypeOfRoad from the given string.

    Declaration

    Swift

    public static func typeOfRoad(from num: Int) -> TypeOfRoad

    Parameters

    string

    String to create TypeOfRoad from.

    Return Value

    LaneSeparator object.

  • Provides description of the LaneSeparator

    Declaration

    Swift

    public func description() -> String

    Return Value

    Description string.