showsScale property
A Boolean value indicating whether the map may display scale information.
The scale bar may not be shown at all zoom levels. The scale bar becomes visible when the maximum distance visible on the map view is less than 400 miles (800 kilometers). The zoom level where this occurs depends on the latitude at the map view’s center coordinate, as well as the device screen width. At latitudes farther from the equator, the scale bar becomes visible at lower zoom levels.
The unit of measurement is determined by the user's device locale.
The view controlled by this property is available at scaleBar. The default value
of this property is NO.
Implementation
bool get showsScale {
return _objc_msgSend_91o635(this.ref.pointer, _sel_showsScale);
}
A Boolean value indicating whether the map may display scale information.
The scale bar may not be shown at all zoom levels. The scale bar becomes visible when the maximum distance visible on the map view is less than 400 miles (800 kilometers). The zoom level where this occurs depends on the latitude at the map view’s center coordinate, as well as the device screen width. At latitudes farther from the equator, the scale bar becomes visible at lower zoom levels.
The unit of measurement is determined by the user's device locale.
The view controlled by this property is available at scaleBar. The default value
of this property is NO.
Implementation
set showsScale(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setShowsScale_, value);
}