symbol property

ArcGISSymbol? symbol
final

The symbol used to represent the current viewpoint.

  • For ArcGISMapView: a SimpleFillSymbol is used to draw the visible area.
  • For ArcGISSceneView: a SimpleMarkerSymbol is used to draw the current viewpoint's center.

Implementation

final ArcGISSymbol? symbol;