headingSymbol property
The symbol used for the location when the auto-pan mode is LocationDisplayAutoPanMode.compassNavigation.
The symbol is rotated to match with the heading of the compass. If there is no heading information (for example, if the device does not have a compass sensor), the LocationDisplay.defaultSymbol is used.
Implementation
ArcGISSymbol get headingSymbol => _headingSymbol.value;
Implementation
set headingSymbol(ArcGISSymbol value) => _headingSymbol.value = value;