Class PointStyle

java.lang.Object
com.massifmaps.styles.Style
com.massifmaps.styles.PointStyle

public class PointStyle extends Style
A style for points. Contains attributes for configuring how the point is drawn on the screen.
  • Method Details

    • getBitmap

      public Bitmap getBitmap()
      Returns the bitmap of the point.
      Returns:
      The bitmap of the point.
    • getClickSize

      public float getClickSize()
      Returns the size of the point used for click detection.
      Returns:
      The size of the point used for click detection.
    • getSize

      public float getSize()
      Returns the size of the point.
      Returns:
      The size of the point.