compassViewPosition property

MLNOrnamentPosition get compassViewPosition

The position of the compass view. The default value is MLNOrnamentPosition/MLNOrnamentPositionTopRight.

Implementation

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

The position of the compass view. The default value is MLNOrnamentPosition/MLNOrnamentPositionTopRight.

Implementation

set compassViewPosition(MLNOrnamentPosition value) {
_objc_msgSend_8fd115(this.ref.pointer, _sel_setCompassViewPosition_, value.value);

}