TNEntityTag

@objc
public enum TNEntityTag : Int, Codable, RawRepresentable

Tag emums for multibox query.

  • What tag used for POI name, chain name or category label.

    Declaration

    Swift

    case what
  • Where tag used for indicating address or another poi as reference location.

    Declaration

    Swift

    case `where`
  • Id of the identified category.

    Declaration

    Swift

    case categoryId
  • Alternate homophonic WHAT

    Declaration

    Swift

    case altWhat
  • Alternate homophonic WHERE

    Declaration

    Swift

    case altWhere
  • Declaration

    Swift

    case ocpiLocatioinId
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)