java.lang.Object
com.esri.arcgisruntime.layers.LegendInfo
Represents a single legend item. Can be used to display a symbol and name for a feature.
- Since:
- 100.0.0
-
Method Summary
-
Method Details
-
getName
Gets the name of this legend item.- Returns:
- the name of this item
- Since:
- 100.0.0
-
getSymbol
Gets the symbol to display for this legend item.- Returns:
- the symbol to display for this item
- Since:
- 100.0.0
-