Class MarkerStyle


public class MarkerStyle extends BillboardStyle
A style for markers. Contains attributes for configuring how the marker is drawn on the screen.
  • Method Details

    • getAnchorPointX

      public float getAnchorPointX()
      Returns the horizontal anchor point of the marker.
      Returns:
      The horizontal anchor point of the marker.
    • getAnchorPointY

      public float getAnchorPointY()
      Returns the vertical anchor point of the marker.
      Returns:
      The vertical anchor point of the marker.
    • getBitmap

      public Bitmap getBitmap()
      Returns the bitmap of the marker.
      Returns:
      The bitmap of the marker.
    • getOrientationMode

      public int getOrientationMode()
      Returns the orientation mode of the marker.
      Returns:
      The orientation mode of the marker.
    • getScalingMode

      public int getScalingMode()
      Returns the scaling mode of the marker.
      Returns:
      The scaling mode of the marker.
    • getClickSize

      public float getClickSize()
      Returns the click size of the marker.
      Returns:
      The click size of the marker, units depend on the scaling mode. If -1, then marker size is used.
    • getSize

      public float getSize()
      Returns the size of the marker.
      Returns:
      The size of the marker, units depend on the scaling mode.