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
Unknown component kind

case country = 1
Country component

case region = 2
Region component

case province = 3
Province component

case area = 4
Area component

case locality = 5
Locality component

case district = 6
District component

case street = 7
Street component

case house = 8
House component

case entrance = 9
Entrance component

case level = 10
Indoor level component

case apartment = 11
Apartment component

case route = 12
Line component

case station = 13
Generic station component

case metroStation = 14
Metro station component

case railwayStation = 15
Railway station component

case vegetation = 16
Vegetation component

case hydro = 17
Hydro component

case airport = 18
Airport component

case other = 19
Kind for other toponyms, for example cemeteries or some other landmarks, which can't be easily described by kinds

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.