GLSearchAddressStyle
Objective-C
enum GLSearchAddressStyle : uint8_t {}
Swift
@frozen enum GLSearchAddressStyle : UInt8, @unchecked Sendable
Address formatting style used by GLSearch.
-
Street + house number.
Declaration
Objective-C
GLSearchAddressStyle_LocalSwift
case local = 0 -
City + country.
Declaration
Objective-C
GLSearchAddressStyle_RegionSwift
case region = 1 -
Street/house + city/country.
Declaration
Objective-C
GLSearchAddressStyle_StreetRegionSwift
case streetRegion = 2 -
All available address information.
Declaration
Objective-C
GLSearchAddressStyle_AllSwift
case all = 3
Install in Dash