public class

PointStyle

extends Style
java.lang.Object
   ↳ com.carto.styles.Style
     ↳ com.carto.styles.PointStyle

Class Overview

A style for points. Contains attributes for configuring how the point is drawn on the screen.

Summary

Public Methods
synchronized void delete()
Bitmap getBitmap()
Returns the bitmap of the point.
float getClickSize()
Returns the size of the point used for click detection.
float getSize()
Returns the size of the point.
[Expand]
Inherited Methods
From class com.carto.styles.Style
From class java.lang.Object

Public Methods

public synchronized void delete ()

public Bitmap getBitmap ()

Returns the bitmap of the point.

Returns
  • The bitmap of the point.

public float getClickSize ()

Returns the size of the point used for click detection.

Returns
  • The size of the point used for click detection.

public float getSize ()

Returns the size of the point.

Returns
  • The size of the point.