defaultSymbol property

ArcGISSymbol defaultSymbol

The symbol used for the location when not moving.

Changing the location symbols is typically done if the existing symbols do not work well with the underlying map cartography, to increase visibility for visually impaired users, or to match an apps visual appearance.

Implementation

ArcGISSymbol get defaultSymbol => _defaultSymbol.value;
void defaultSymbol=(ArcGISSymbol value)

Implementation

set defaultSymbol(ArcGISSymbol value) => _defaultSymbol.value = value;