public class FeatureTilePointIcon
extends java.lang.Object
| Constructor and Description |
|---|
FeatureTilePointIcon(android.graphics.Bitmap icon)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
centerIcon()
Center the icon on the point
|
int |
getHeight()
Get the height
|
android.graphics.Bitmap |
getIcon()
Get the icon
|
int |
getWidth()
Get the width
|
float |
getXOffset()
Get the x offset
|
float |
getYOffset()
Get the y offset
|
void |
pinIcon()
Pin the icon to the point, lower middle on the point
|
void |
setXOffset(float xOffset)
Set the x offset
|
void |
setYOffset(float yOffset)
Set the y offset
|
public FeatureTilePointIcon(android.graphics.Bitmap icon)
icon - public void pinIcon()
public void centerIcon()
public android.graphics.Bitmap getIcon()
public int getWidth()
public int getHeight()
public float getXOffset()
public void setXOffset(float xOffset)
xOffset - public float getYOffset()
public void setYOffset(float yOffset)
yOffset -