Crosswalk

public class Crosswalk
extension Crosswalk: NativeBase
extension Crosswalk: Hashable

Represents crosswalk’s inside the VenueLevel. A crosswalk is an area of the road surface where pedestrians are expected to walk across the road. The area is represented as a polygon, which is often, but not necessarily, rectangular and oriented with the shorter dimension in the vehicle’s direction of travel.

  • Gets crosswalk Classification style.

    Declaration

    Swift

    public var classificationStyle: Crosswalk.ClassificationStyle { get }
  • The id of the Crosswalk.

    Declaration

    Swift

    public var identifier: String { get }
  • The parent level of the crosswalk.

    Declaration

    Swift

    public var level: VenueLevel { get }
  • Available Classification styles.

    See more

    Declaration

    Swift

    public enum ClassificationStyle : UInt32, CaseIterable, Codable