Package globus.glmap

Class GLMapLineArrow


public class GLMapLineArrow extends GLMapDrawable
Drawable that displays arrow on line.
  • Constructor Details

    • GLMapLineArrow

      public GLMapLineArrow(int drawOrder)
      Creates new empty track arrow with given draw order
      Parameters:
      drawOrder - Draw order used to sort objects on map
  • Method Details

    • setLineStyle

      public void setLineStyle(GLMapVectorStyle lineStyle, android.graphics.Bitmap headImage)
      Sets style of arrow
      Parameters:
      lineStyle - style of line
      headImage - bitmap of head
    • setLine

      public void setLine(GLMapVectorObject line, int index)
      Sets line and placement of arrow on track
      Parameters:
      line - line of track
      index - placement of arrow on track.