DirectoryObject class

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

Implemented types

Properties

address Address?
Адрес объекта в виде набора компонент.
no setter
attributes List<Attribute>
Дополнительные атрибуты объекта.
no setter
buildingInfo BuildingInfo
Информация о здании.
no setter
buildingLevels BuildingLevels?
Информация об этажных планах здания.
no setter
contactInfos List<ContactInfo>
Контакты объекта.
no setter
contextAttributes List<Attribute>
Контекстные дополнительные атрибуты объекта.
no setter
description String
Описание объекта.
no setter
entrances List<EntranceInfo>
Информация о входах.
no setter
hashCode int
The hash code for this object.
no setteroverride
id DgisObjectId?
Стабильный числовой идентификатор объекта.
no setter
levelId LevelId?
Идентификатор этажа, на котором расположен объект.
no setter
markerPosition GeoPointWithElevation?
Точка объекта, где следует разместить маркер.
no setter
openingHours OpeningHours?
Время работы объекта.
no setter
parkingInfo ParkingInfo?
Дополнительная информация о парковке.
no setter
reviews Reviews?
Отзывы.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
Подзаголовок объекта.
no setter
timeZoneOffset Duration?
Сдвиг локального времени объекта относительно UTC в секундах в текущий момент.
no setter
title String
Заголовок объекта.
no setter
titleAddition String
Дополнительная информация заголовка Пример: "(кв. 1-12)"
no setter
tradeLicense TradeLicense?
Данные о лицензии организации.
no setter
types List<ObjectType>
Тип объекта. Может быть несколько, например, ТЦ Сан Сити - филиал организации и здание одновременно. Первый тип в этом списке - основной.
no setter
workStatus WorkStatus?
Статус работы.
no setter

Methods

formattedAddress(FormattingType type) FormattedAddress?
Cтроковое представление адреса, отформатированное в соответствии с указанным требованием к длине.
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.
override