setSymbolOverride method

void setSymbolOverride({
  1. required Feature feature,
  2. ArcGISSymbol? symbol,
})

Sets the symbol override for the given feature in the feature collection table.

Parameters:

  • feature — The feature to set the symbol override for.
  • symbol — The symbol. Can be null.