GLSearchAddressStyle
Objective-C
enum GLSearchAddressStyle : uint8_t {}
Swift
@frozen enum GLSearchAddressStyle : UInt8, @unchecked Sendable
State of the vector map. GLMapInfo
tracks state of the vector map.
-
[Street],[house number]
Declaration
Objective-C
GLSearchAddressStyle_Local
Swift
case local = 0
-
[City],[Country]
Declaration
Objective-C
GLSearchAddressStyle_Region
Swift
case region = 1
-
Local + Region
Declaration
Objective-C
GLSearchAddressStyle_StreetRegion
Swift
case streetRegion = 2
-
All address information
Declaration
Objective-C
GLSearchAddressStyle_All
Swift
case all = 3