objectCount property

int get objectCount

Получение количества маркеров в кластере.

Implementation

int get objectCount {
  int res = _CClusterObject_objectCount(_CClusterObjectMakeDefault().._impl=_self);
  return res;
}