Package com.massifmaps.styles
Class PointStyle
java.lang.Object
com.massifmaps.styles.Style
com.massifmaps.styles.PointStyle
A style for points. Contains attributes for configuring how the point is drawn on the screen.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bitmap of the point.floatReturns the size of the point used for click detection.floatgetSize()Returns the size of the point.
-
Method Details
-
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.
-