scaleBar property
MLNScaleBar
get
scaleBar
A control indicating the scale of the map. The scale bar is positioned in the
upper-left corner. Enable the scale bar via showsScale.
Implementation
MLNScaleBar get scaleBar {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_scaleBar);
return MLNScaleBar.castFromPointer(_ret, retain: true, release: true);
}