SymbolReferenceProperties constructor

SymbolReferenceProperties({
  1. double minScale = double.nan,
  2. double maxScale = double.nan,
})

Creates a symbol reference properties object with minimum and maximum scales.

Minimum and maximum scales are used in the context of alternate symbols.

Parameters:

  • minScale — Scale at which the symbol starts rendering.
  • maxScale — Scale at which the symbol stops rendering.