accuracySymbol property

ArcGISSymbol accuracySymbol

A symbol used to represent location accuracy.

The accuracy of the location can vary depending on signal strength, satellite positions, and other factors. This circle may contract and expand as the accuracy of the locations, read from the LocationDataSource, increases or decreases.

The default symbol is a blue outline with a semi-transparent white fill.

Implementation

ArcGISSymbol get accuracySymbol => _accuracySymbol.value;
void accuracySymbol=(ArcGISSymbol value)

Implementation

set accuracySymbol(ArcGISSymbol value) => _accuracySymbol.value = value;