Class MapPaintStyles.IconReference

  • Enclosing class:
    MapPaintStyles

    public static class MapPaintStyles.IconReference
    extends java.lang.Object
    IconReference is used to remember the associated style source for each icon URL. This is necessary because image URLs can be paths relative to the source file and we have cascading of properties from different source files.
    • Field Detail

      • iconName

        public final java.lang.String iconName
        The name of the icon
      • source

        public final StyleSource source
        The style source this reference occurred in
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isDeprecatedIcon

        public boolean isDeprecatedIcon()
        Determines whether this icon represents a deprecated icon
        Returns:
        whether this icon represents a deprecated icon
        Since:
        10927