scaleBarPosition property

MLNOrnamentPosition get scaleBarPosition

The position of the scale bar. The default value is MLNOrnamentPosition/MLNOrnamentPositionTopLeft.

Implementation

MLNOrnamentPosition get scaleBarPosition {
  final _ret = _objc_msgSend_1c31cvt(this.ref.pointer, _sel_scaleBarPosition);
  return MLNOrnamentPosition.fromValue(_ret);
}
set scaleBarPosition (MLNOrnamentPosition value)

The position of the scale bar. The default value is MLNOrnamentPosition/MLNOrnamentPositionTopLeft.

Implementation

set scaleBarPosition(MLNOrnamentPosition value) {
_objc_msgSend_8fd115(this.ref.pointer, _sel_setScaleBarPosition_, value.value);

}