StreetAttributes

public enum StreetAttributes : UInt32, CaseIterable, Codable

Types of street attributes.

  • The driving on the street is done on the right side.

    Declaration

    Swift

    case rightDrivingSide
  • The street is a dirt road.

    Declaration

    Swift

    case dirtRoad
  • The street goes through a tunnel.

    Declaration

    Swift

    case tunnel
  • The street goes over a bridge.

    Declaration

    Swift

    case bridge
  • The street contains a ramp.

    Declaration

    Swift

    case ramp
  • The street contains a roundabout.

    Declaration

    Swift

    case roundabout
  • The street is under construction.

    Declaration

    Swift

    case underConstruction
  • The street is a divided road.

    Declaration

    Swift

    case dividedRoad
  • The street is a motorway.

    Declaration

    Swift

    case motorway
  • The street is a private road.

    Declaration

    Swift

    case privateRoad
  • The street is most likely in a built-up area.

    Declaration

    Swift

    case builtUpArea
  • The street is either a controlled access or a limited access road or both.

    Declaration

    Swift

    case controlledAccessHighway