new$ static method

MLNPointCollectionFeature new$()
override

new

Implementation

static MLNPointCollectionFeature new$() {
  final _ret = _objc_msgSend_151sglz(_class_MLNPointCollectionFeature, _sel_new);
  return MLNPointCollectionFeature.castFromPointer(_ret, retain: false, release: true);
}