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.-
Creates an instance of
LaneSeparatorfrom the given string.Declaration
Swift
public static func laneSeparator(from string: String) -> LaneSeparatorParameters
stringString to create
LaneSeparatorfrom.Return Value
LaneSeparatorobject. -
Provides description of the
LaneSeparatorDeclaration
Swift
public func description() -> StringReturn Value
Description string.
LaneSeparator Enumeration Reference