symbol property
final
The symbol used to represent the current viewpoint.
- For
ArcGISMapView
: aSimpleFillSymbol
is used to draw the visible area. - For
ArcGISSceneView
: aSimpleMarkerSymbol
is used to draw the current viewpoint's center.
Implementation
final ArcGISSymbol? symbol;