Show a compass direction for a MapView
or SceneView
. Resets the view orientation when tapped/clicked.
- Supports binding to a
GeoView
. - Can be configured to hide itself automatically when the heading is 0 via the
AutoHide
property. - Allows display of a manually-set heading via the
Heading
property.
<esri:Compass GeoView="{Binding ElementName=mapView}" AutoHide="False" />