ClusterObject class

Кластер объектов.

Inheritance
Implemented types

Properties

geometryObject GeometryMapObject?
Получение геометрического объекта кластера.
no setter
hashCode int
The hash code for this object.
no setteroverride
objectCount int
Получение количества маркеров в кластере.
no setter
objects List<GeometryMapObject>
Получение списка маркеров в кластере.
no setter
position GeoPointWithElevation
Получение позиции кластера на карте.
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