A item displaying controls for adjusting a scene view's location, heading, and elevation. More...
Since: | Esri.ArcGISRutime 100.6 |
Inherits: |
Properties
- altitudeFactor : alias
- headingFactor : alias
- interval : alias
- latitudeFactor : alias
- longitudeFactor : alias
Signals
- triggered(double latitude, double longitude, double altitude, double heading)
Methods
- void reset()
Detailed Description
This item can be used to change manually the location and heading of the scene, to ensure accuracy between the device live video and the scene.
Property Documentation
The multiplication factor to apply to the longitude value.
Default is 0.0001.
Signal Documentation
Sends the updated values for location and heading.
- latitude - The latitude (y) of the location.
- longitude - The longitude (x) of the location.
- altitude - The altitude (z) of the location.
- heading - The heading or direction of the location.
This signal is emitted every time the timer is triggered.
Note: The corresponding handler is onTriggered
.