DgisSource class

Основной интерфейс источников данных 2ГИС.

Inheritance
Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
highlightedObjects List<DgisObjectId>
Получение списка идентификаторов выделенных объектов.
no setter
highlightedObjectsChannel → StatefulChannel<List<DgisObjectId>>
Получение списка идентификаторов выделенных объектов.
no setter
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
setHighlighted(List<DgisObjectId> directoryObjectIds, bool highlighted) → void
Установка или снятие выделения объектов.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createDgisSource(Context context, [DgisSourceWorkingMode workingMode = DgisSourceWorkingMode.online]) Source
Создание источника, получающего данные с серверов 2ГИС или использующего в работе предварительно загруженные данные.