Warning
This feature is available in the Full MapKit SDK version
MMKSearchComponentKind
enum MMKSearchComponentKind : UInt, @unchecked Sendable |
An address component kind, for example, large administrative area.
Summary
Enum cases
case unknown = 0 |
case country = 1 |
case region = 2 |
case province = 3 |
case area = 4 |
case locality = 5 |
case district = 6 |
case street = 7 |
case house = 8 |
case entrance = 9 |
case level = 10 |
case apartment = 11 |
case route = 12 |
case station = 13 |
case metroStation = 14 |
case railwayStation = 15 |
case vegetation = 16 |
case hydro = 17 |
case airport = 18 |
case other = 19 |
Enum cases
unknown
case unknown = 0 |
Unknown component kind
country
case country = 1 |
Country component.
region
case region = 2 |
Region component.
province
case province = 3 |
Province component.
area
case area = 4 |
Area component.
locality
case locality = 5 |
Locality component.
district
case district = 6 |
District component.
street
case street = 7 |
Street component.
house
case house = 8 |
House component.
entrance
case entrance = 9 |
Entrance component.
level
case level = 10 |
Indoor level component.
apartment
case apartment = 11 |
Apartment component.
route
case route = 12 |
Line component.
station
case station = 13 |
Generic station component.
metroStation
case metroStation = 14 |
Metro station component.
railwayStation
case railwayStation = 15 |
Railway station component.
vegetation
case vegetation = 16 |
Vegetation component.
hydro
case hydro = 17 |
Hydro component.
airport
case airport = 18 |
Airport component.
other
case other = 19 |
Kind for other toponyms, for example cemeteries or some other landmarks, which can't be easily described by kinds.