GLSearchTagSet
Objective-C
enum GLSearchTagSet : uint8_t {}
Swift
@frozen enum GLSearchTagSet : UInt8, @unchecked Sendable
Tag sets used to predefine tag sets for filters. It allows configure search query with ease.
-
Name of the object
Declaration
Objective-C
GLSearchTagSet_Name
Swift
case name = 0
-
Alt name of the object
Declaration
Objective-C
GLSearchTagSet_AltName
Swift
case altName = 1
-
Street name and building number
Declaration
Objective-C
GLSearchTagSet_Address
Swift
case address = 2
-
Administrative region
Declaration
Objective-C
GLSearchTagSet_Region
Swift
case region = 3