ArcGIS Runtime SDK for iOS: AGSLegendInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSLegendInfo Class Reference

Description

An individual legend element.

You can get this object from the fetchLegendInfosWithCompletion: (AGSLayerContent-p) method of classes that implement the AGSLayerContent interface (e.g. fetchLegendInfosWithCompletion: (AGSLayerContent-p)).

Since
100
Inheritance diagram for AGSLegendInfo:
AGSObject

Instance Methods

(BOOL) - isEqualToLegendInfo:
 

Properties

NSString * name
 
AGSSymbolsymbol
 

Method Documentation

◆ isEqualToLegendInfo:

- (BOOL) isEqualToLegendInfo: (AGSLegendInfo *)  other

Compares whether two legend elements are equal

Parameters
otherlegend element to compare this one to
Returns
whether the legend elements are equal
Since
100

Property Documentation

◆ name

- (NSString*) name
readnonatomiccopy

Name of the legend element

Since
100

◆ symbol

- (AGSSymbol*) symbol
readnonatomicstrong

Symbol of the legend element

Since
100