getMapWithViewId static method
getMapWithViewId:
Implementation
static objc.ObjCObjectBase? getMapWithViewId(int viewId) {
final _ret = _objc_msgSend_1ya1kjn(_class_MapLibreRegistry, _sel_getMapWithViewId_, viewId);
return _ret.address == 0 ? null : objc.ObjCObjectBase(_ret, retain: true, release: true);
}