java.lang.Object | |||
↳ | com.carto.styles.Style | ||
↳ | com.carto.styles.BillboardStyle | ||
↳ | com.carto.styles.MarkerStyle |
A style for markers. Contains attributes for configuring how the marker is drawn on the screen.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
float |
getAnchorPointX()
Returns the horizontal anchor point of the marker.
| ||||||||||
float |
getAnchorPointY()
Returns the vertical anchor point of the marker.
| ||||||||||
Bitmap |
getBitmap()
Returns the bitmap of the marker.
| ||||||||||
float |
getClickSize()
Returns the click size of the marker.
| ||||||||||
BillboardOrientation |
getOrientationMode()
Returns the orientation mode of the marker.
| ||||||||||
BillboardScaling |
getScalingMode()
Returns the scaling mode of the marker.
| ||||||||||
float |
getSize()
Returns the size of the marker.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the horizontal anchor point of the marker.
Returns the vertical anchor point of the marker.
Returns the click size of the marker.
Returns the orientation mode of the marker.
Returns the scaling mode of the marker.
Returns the size of the marker.