Attributes class

Интерфейс для управления свойствами объекта карты.

Свойства есть только у объектов карты, но можно задавать свойства по умолчанию для всей карты, для стиля и для источника (подробнее см. ISource).

Implemented types

Properties

attributeNames List<String>
Получение списка свойств.
no setter
changed → Channel<List<String>>
Получение канала, уведомляющего об изменении свойств.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAttributeValue(String name) AttributeValue
Получение свойства.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAttribute(String name) → void
Удаление свойства.
setAttributeValue(String name, AttributeValue value) → void
Установка свойства.
setAttributeValues(Map<String, AttributeValue> values, [List<String> attributesToRemove = const []]) → void
Установка набора свойств.
toString() String
A string representation of this object.
inherited

Operators

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