Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 546 Bytes

compass.md

File metadata and controls

18 lines (11 loc) · 546 Bytes

Compass

Show a compass direction for a MapView or SceneView. Resets the view orientation when tapped/clicked.

compass

Features

  • 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.

Usage

<esri:Compass GeoView="{Binding ElementName=mapView}" AutoHide="False" />