objectCount property

int get objectCount

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

Implementation

int get objectCount {
  int res = _CSimpleClusterObject_objectCount(_CSimpleClusterObjectMakeDefault().._impl=_self);
  return res;
}