alloc static method
alloc
Implementation
static MLNPointFeatureCluster alloc() {
  final _ret = _objc_msgSend_151sglz(_class_MLNPointFeatureCluster, _sel_alloc);
  return MLNPointFeatureCluster.castFromPointer(_ret, retain: false, release: true);
}alloc
static MLNPointFeatureCluster alloc() {
  final _ret = _objc_msgSend_151sglz(_class_MLNPointFeatureCluster, _sel_alloc);
  return MLNPointFeatureCluster.castFromPointer(_ret, retain: false, release: true);
}