Warning

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Enum Kind

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.search.Address.Component.Kind

static final enum Kind

An address component kind, for example, large administrative area.

Enum Constant Summary

Enum Constants

Description

UNKNOWN

Unknown component kind

COUNTRY

Country component.

REGION

Region component.

PROVINCE

Province component.

AREA

Area component.

LOCALITY

Locality component.

DISTRICT

District component.

STREET

Street component.

HOUSE

House component.

ENTRANCE

Entrance component.

LEVEL

Indoor level component.

APARTMENT

Apartment component.

ROUTE

Line component.

STATION

Generic station component.

METRO_STATION

Metro station component.

RAILWAY_STATION

Railway station component.

VEGETATION

Vegetation component.

HYDRO

Hydro component.

AIRPORT

Airport component.

OTHER

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

Summary

Methods

Type and modifiers

Method and Description

static Kind[]

values()

static Kind

valueOf(java.lang.String name)

Enum Constants Detail

UNKNOWN

static final

Kind

UNKNOWN

Unknown component kind


COUNTRY

static final

Kind

COUNTRY

Country component.


REGION

static final

Kind

REGION

Region component.


PROVINCE

static final

Kind

PROVINCE

Province component.


AREA

static final

Kind

AREA

Area component.


LOCALITY

static final

Kind

LOCALITY

Locality component.


DISTRICT

static final

Kind

DISTRICT

District component.


STREET

static final

Kind

STREET

Street component.


HOUSE

static final

Kind

HOUSE

House component.


ENTRANCE

static final

Kind

ENTRANCE

Entrance component.


LEVEL

static final

Kind

LEVEL

Indoor level component.


APARTMENT

static final

Kind

APARTMENT

Apartment component.


ROUTE

static final

Kind

ROUTE

Line component.


STATION

static final

Kind

STATION

Generic station component.


METRO_STATION

static final

Kind

METRO_STATION

Metro station component.


RAILWAY_STATION

static final

Kind

RAILWAY_STATION

Railway station component.


VEGETATION

static final

Kind

VEGETATION

Vegetation component.


HYDRO

static final

Kind

HYDRO

Hydro component.


AIRPORT

static final

Kind

AIRPORT

Airport component.


OTHER

static final

Kind

OTHER

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


Methods

values

Kind[] values()


valueOf

Kind valueOf(java.lang.String name)