calloutLabelDisplayMode property

RouteMapObjectCalloutLabelDisplayMode get calloutLabelDisplayMode

Режим отображения значений в баблах маршрутов. См. IRouteMapObject::callout_label_display_mode.

Implementation

RouteMapObjectCalloutLabelDisplayMode get calloutLabelDisplayMode {
  _CRouteMapObjectCalloutLabelDisplayMode res = _CRouteEditorSource_calloutLabelDisplayMode(_CRouteEditorSourceMakeDefault().._impl=_self);
  return res._toDart();
}
set calloutLabelDisplayMode (RouteMapObjectCalloutLabelDisplayMode mode)

Implementation

set calloutLabelDisplayMode(RouteMapObjectCalloutLabelDisplayMode mode) {
  var _a1 = mode._copyFromDartTo_CRouteMapObjectCalloutLabelDisplayMode();
  void res = _CRouteEditorSource_setCalloutLabelDisplayMode_CRouteMapObjectCalloutLabelDisplayMode(_CRouteEditorSourceMakeDefault().._impl=_self, _a1);
  return res;
}