SuggestedType enum

Тип поисковой подсказки.

Inheritance
Available extensions

Values

admDiv → const SuggestedType

Административная единица.

const SuggestedType(0)
attraction → const SuggestedType

Достопримечательность.

const SuggestedType(1)
attribute → const SuggestedType

Дополнительный атрибут.

const SuggestedType(2)
branch → const SuggestedType

Филиал организации.

const SuggestedType(3)
building → const SuggestedType

Здание.

const SuggestedType(4)
coordinates → const SuggestedType

Глобальная координата.

const SuggestedType(5)
crossroad → const SuggestedType

Перекрёсток.

const SuggestedType(6)
districtArea → const SuggestedType

Область.

const SuggestedType(7)
org → const SuggestedType

Организация.

const SuggestedType(8)
orgCategory → const SuggestedType

Рубрика.

const SuggestedType(9)
parking → const SuggestedType

Парковка.

const SuggestedType(10)
region → const SuggestedType

Регион.

const SuggestedType(11)
road → const SuggestedType

Дорога.

const SuggestedType(12)
route → const SuggestedType

Маршрут общественного транспорта.

const SuggestedType(13)
station → const SuggestedType

Остановка.

const SuggestedType(14)
stationEntrance → const SuggestedType

Вход на станцию.

const SuggestedType(15)
street → const SuggestedType

Улица.

const SuggestedType(16)
text → const SuggestedType

Текстовая подсказка.

const SuggestedType(17)
unknown → const SuggestedType

На случай получения неожиданного типа.

const SuggestedType(18)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawValue int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getByValue(int value) SuggestedType

Constants

values → const List<SuggestedType>
A constant List of the values in this enum, in order of their declaration.