ObjectType enum

Тип объекта справочника.

Inheritance
Available extensions

Values

admDiv → const ObjectType

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

const ObjectType(0)
attraction → const ObjectType

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

const ObjectType(1)
branch → const ObjectType

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

const ObjectType(2)
building → const ObjectType

Здание.

const ObjectType(3)
coordinates → const ObjectType

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

const ObjectType(4)
crossroad → const ObjectType

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

const ObjectType(5)
parking → const ObjectType

Парковка.

const ObjectType(6)
road → const ObjectType

Дорога.

const ObjectType(7)
route → const ObjectType

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

const ObjectType(8)
station → const ObjectType

Остановка.

const ObjectType(9)
stationEntrance → const ObjectType

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

const ObjectType(10)
street → const ObjectType

Улица.

const ObjectType(11)
unknown → const ObjectType

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

const ObjectType(12)

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) ObjectType

Constants

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