freeRoamPermanentDisplayFlags property
RouteMapObjectPermanentDisplayFlagEnumSet
get
freeRoamPermanentDisplayFlags
Флаги, исключающие скрытие различных составных частей маршрута с карты при обновлении пройденного вдоль маршрута расстояния для режима free roam. По умолчанию скрываются все элементы маршрута.
Implementation
RouteMapObjectPermanentDisplayFlagEnumSet get freeRoamPermanentDisplayFlags {
_COptionSet_CRouteMapObjectPermanentDisplayFlag res = _CRouteMapSettings_freeRoamPermanentDisplayFlags(_CRouteMapSettingsMakeDefault().._impl=_self);
return res._toDart();
}
set
freeRoamPermanentDisplayFlags
(RouteMapObjectPermanentDisplayFlagEnumSet flags)
Implementation
set freeRoamPermanentDisplayFlags(RouteMapObjectPermanentDisplayFlagEnumSet flags) {
var _a1 = flags._copyFromDartTo_COptionSet_CRouteMapObjectPermanentDisplayFlag();
void res = _CRouteMapSettings_setFreeRoamPermanentDisplayFlags_COptionSet_CRouteMapObjectPermanentDisplayFlag(_CRouteMapSettingsMakeDefault().._impl=_self, _a1);
return res;
}