mapToNorthOrientation property
bool
get
mapToNorthOrientation
Включена ли принудительная ориентация карты на север.
Implementation
bool get mapToNorthOrientation {
bool res = _CMapLocationController_mapToNorthOrientation(_CMapLocationControllerMakeDefault().._impl=_self);
return res;
}
set
mapToNorthOrientation
(bool enable)
Implementation
set mapToNorthOrientation(bool enable) {
void res = _CMapLocationController_setMapToNorthOrientation_bool(_CMapLocationControllerMakeDefault().._impl=_self, enable);
return res;
}