GeometryMapObjectBuilder class
Класс для установки свойств и последующего создания геометрических объектов.
- Implemented types
Constructors
- GeometryMapObjectBuilder()
-
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
-
createObject(
) → GeometryMapObject - Конструирование объекта карты.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDraggable(
bool draggable) → GeometryMapObjectBuilder - Установка возможности перетаскивания объекта карты.
-
setGeometry(
Geometry geometry) → GeometryMapObjectBuilder - Установка геометрии объекта карты.
-
setObjectAttribute(
String name, AttributeValue value) → GeometryMapObjectBuilder - Установка свойства объекта карты.
-
setObjectAttributes(
Map< String, AttributeValue> values) → GeometryMapObjectBuilder - Установка свойств объекта карты.
-
setUserData(
Object? userData) → GeometryMapObjectBuilder - Установка пользовательских данных.
-
setVisible(
bool visible) → GeometryMapObjectBuilder - Установка видимости объекта карты.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override