TNEntityStreet

@objcMembers
open class TNEntityStreet : NSObject, Codable

Undocumented

  • The street body.

    Declaration

    Swift

    public var body: String?
  • List of street directions.

    Declaration

    Swift

    public var dirs: [String]?
  • The standardized street name.

    Declaration

    Swift

    public var formattedName: String?
  • The type of street.

    Declaration

    Swift

    public var type: String?