A Scalebar control that shows an accurate distance that can be used to visually gauge distances on a map view. The measurement system used is controlled by unitSystem. The units used will be appropriate to the distance being shown e.g. km
for long distances and m
for shorter distances. More...
Import Statement: | import Esri.ArcGISRuntime.Toolkit |
Since: | Esri.ArcGISRuntime 100.13 |
- List of all members, including inherited members
- Scalebar is part of ArcGISQtToolkit group and ArcGISQtToolkitUiQmlViews group.
Properties
- mapView : MapView
- unitSystem : UnitSystem
Detailed Description
Property Documentation
mapView : MapView |
The mapView in which the displayed distance and width of this Scalebar are calculated from.
unitSystem : UnitSystem |
The display units of the Scalebar, can be metric, imperial. The default is UnitSystem.Metric
.