MyLocationControlModel constructor
MyLocationControlModel(
- Map map
Implementation
factory MyLocationControlModel(
Map map
) {
var _a0 = map._copyFromDartTo_CMap();
_CMyLocationControlModel res = _CMyLocationControlModel_C_createWith_CMap(_a0);
_a0._releaseIntermediate();
return MyLocationControlModel._create(res._impl);
}