Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Enum Type

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.search.SuggestItem.Type

static final enum Type

Suggest item type.

Enum Constant Summary

Enum Constants

Description

UNKNOWN

For backward compatibility in future.

TOPONYM

City, street, house etc.

BUSINESS

Company with specific location.

TRANSIT

Public transport route number or transit-related keyword.

Summary

Methods

Type and modifiers

Method and Description

static Type[]

values()

static Type

valueOf(java.lang.String name)

Enum Constants Detail

UNKNOWN

static final

Type

UNKNOWN

For backward compatibility in future.


TOPONYM

static final

Type

TOPONYM

City, street, house etc.


BUSINESS

static final

Type

BUSINESS

Company with specific location.


TRANSIT

static final

Type

TRANSIT

Public transport route number or transit-related keyword.


Methods

values

Type[] values()


valueOf

Type valueOf(java.lang.String name)


Предыдущая
Следующая