mapLocationController property
MapLocationController
get
mapLocationController
Контроллер для управления позиционированием карты в навигаторе.
Implementation
MapLocationController get mapLocationController {
_CMapLocationController res = _CNavigationManager_mapLocationController(_CNavigationManagerMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}