MyLocationMapObjectSource constructor
MyLocationMapObjectSource(
- Context context, [
- MyLocationControllerSettings controllerSettings = const MyLocationControllerSettings(),
- MyLocationMapObjectMarkerType markerType = MyLocationMapObjectMarkerType.model
Создать источник маркера геопозиции.
Implementation
factory MyLocationMapObjectSource(
Context context,
[MyLocationControllerSettings controllerSettings = const MyLocationControllerSettings(),
MyLocationMapObjectMarkerType markerType = MyLocationMapObjectMarkerType.model
]) {
var _a0 = context._copyFromDartTo_CContext();
var _a1 = controllerSettings._copyFromDartTo_CMyLocationControllerSettings();
var _a2 = markerType._copyFromDartTo_CMyLocationMapObjectMarkerType();
_CMyLocationMapObjectSource res = _CMyLocationMapObjectSource_C_createWith_CContext_CMyLocationControllerSettings_CMyLocationMapObjectMarkerType(_a0, _a1, _a2);
_a0._releaseIntermediate();
return MyLocationMapObjectSource._create(res._impl);
}