GeometryMapObject class
Геометрический объект карты.
- Note: методы потокобезопасны
- Note: объект будет отображаться на карте при выполнении следующих условий:
- объект видимый;
- объект добавлен в источник данных;
- источник данных, содержащий объект, добавлен в карту;
- в стилях, установленных в карту, есть параметры отображения, применимые к этому объекту. Подробнее про отображение на карте - см. ISource.
- Inheritance
- Implemented types
Properties
- bounds → GeoRect
-
Прямоугольник минимального размера, содержащий геометрию.
no setter
- geometry ↔ Geometry
-
Геометрия объекта.
getter/setter pair
-
geometryChannel
→ StatefulChannel<
Geometry> -
Геометрия объекта.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isDraggable ↔ bool
-
Текущий флаг перемещаемости объекта.
getter/setter pair
-
isDraggableChannel
→ StatefulChannel<
bool> -
Текущий флаг перемещаемости объекта.
no setter
- isVisible ↔ bool
-
Текущий флаг видимости объекта.
getter/setter pair
-
isVisibleChannel
→ StatefulChannel<
bool> -
Текущий флаг видимости объекта.
no setter
- objectAttributes → Attributes
-
Получение свойств объекта карты для чтения и изменения.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userData ↔ Object?
-
Произвольные пользовательские данные, прикрепленные к объекту.
getter/setter pairinherited
Methods
-
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