Class SymbolStyle


public final class SymbolStyle extends RenderStyle<SymbolStyle>
Represents an icon on the map.
  • Field Details

    • REPEAT_START_DEFAULT

      public static final float REPEAT_START_DEFAULT
      See Also:
    • REPEAT_GAP_DEFAULT

      public static final float REPEAT_GAP_DEFAULT
      See Also:
    • bitmap

      public final Bitmap bitmap
    • texture

      public final TextureRegion texture
    • hash

      public final int hash
    • symbolWidth

      public final int symbolWidth
    • symbolHeight

      public final int symbolHeight
    • symbolPercent

      public final int symbolPercent
    • billboard

      public final boolean billboard
    • repeat

      public final boolean repeat
    • repeatStart

      public final float repeatStart
    • repeatGap

      public final float repeatGap
    • rotate

      public final boolean rotate
  • Constructor Details

  • Method Details