public static class MapPaintStyles.IconReference extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
iconName
The name of the icon
|
StyleSource |
source
The style source this reference occurred in
|
Constructor and Description |
---|
IconReference(java.lang.String iconName,
StyleSource source)
Create a new
MapPaintStyles.IconReference |
Modifier and Type | Method and Description |
---|---|
boolean |
isDeprecatedIcon()
Determines whether this icon represents a deprecated icon
|
java.lang.String |
toString() |
public final java.lang.String iconName
public final StyleSource source
public IconReference(java.lang.String iconName, StyleSource source)
MapPaintStyles.IconReference
iconName
- The icon namesource
- The current style sourcepublic java.lang.String toString()
toString
in class java.lang.Object
public boolean isDeprecatedIcon()