GeometryMapObjectSourceBuilder class

Implemented types

Constructors

GeometryMapObjectSourceBuilder(Context context)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addObject(GeometryMapObject item) GeometryMapObjectSourceBuilder
Добавление геометрического объекта карты в источник.
addObjects(List<GeometryMapObject> objects) GeometryMapObjectSourceBuilder
Добавление нескольких геометрических объектов карты в источник.
createSource() GeometryMapObjectSource
Создание источника геометрических объектов.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSourceAttribute(String name, AttributeValue value) GeometryMapObjectSourceBuilder
Установка свойства объектов карты, общего для всего источника (см. ISource).
setSourceAttributes(Map<String, AttributeValue> values) GeometryMapObjectSourceBuilder
Установка свойств объектов карты, общих для всего источника.
toString() String
A string representation of this object.
inherited

Operators

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