cameraBehaviour property
CameraBehaviour
get
cameraBehaviour
Режим слежения камеры за маркером геопозиции в навигаторе.
Implementation
CameraBehaviour get cameraBehaviour {
_CCameraBehaviour res = _CNavigationFollowController_cameraBehaviour(_CNavigationFollowControllerMakeDefault().._impl=_self);
return res._toDart();
}
set
cameraBehaviour
(CameraBehaviour cameraBehaviour)
Implementation
set cameraBehaviour(CameraBehaviour cameraBehaviour) {
var _a1 = cameraBehaviour._copyFromDartTo_CCameraBehaviour();
void res = _CNavigationFollowController_setCameraBehaviour_CCameraBehaviour(_CNavigationFollowControllerMakeDefault().._impl=_self, _a1);
return res;
}