setTextSymbol method

void setTextSymbol({
  1. required int level,
  2. required ArcGISSymbol textSymbol,
})

Set the text symbol used for the grid labels at the given resolution level.

Parameters:

  • level — The resolution level.
  • textSymbol — The text symbol to use for the grid labels at the given resolution level.