public class MarkerSymbol
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkerSymbol.HotspotPlace
Indicates a hotspot for an area.
|
| Constructor and Description |
|---|
MarkerSymbol(Bitmap bitmap,
float relX,
float relY) |
MarkerSymbol(Bitmap bitmap,
float relX,
float relY,
boolean billboard) |
MarkerSymbol(Bitmap bitmap,
MarkerSymbol.HotspotPlace hotspot) |
MarkerSymbol(Bitmap bitmap,
MarkerSymbol.HotspotPlace hotspot,
boolean billboard) |
MarkerSymbol(TextureRegion textureRegion,
float relX,
float relY) |
MarkerSymbol(TextureRegion textureRegion,
float relX,
float relY,
boolean billboard) |
MarkerSymbol(TextureRegion textureRegion,
MarkerSymbol.HotspotPlace hotspot) |
MarkerSymbol(TextureRegion textureRegion,
MarkerSymbol.HotspotPlace hotspot,
boolean billboard) |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
getBitmap() |
PointF |
getHotspot() |
TextureRegion |
getTextureRegion() |
boolean |
isBillboard() |
boolean |
isBitmap() |
boolean |
isInside(float dx,
float dy) |
public MarkerSymbol(TextureRegion textureRegion, float relX, float relY)
public MarkerSymbol(TextureRegion textureRegion, float relX, float relY, boolean billboard)
public MarkerSymbol(TextureRegion textureRegion, MarkerSymbol.HotspotPlace hotspot)
public MarkerSymbol(TextureRegion textureRegion, MarkerSymbol.HotspotPlace hotspot, boolean billboard)
public MarkerSymbol(Bitmap bitmap, float relX, float relY)
public MarkerSymbol(Bitmap bitmap, float relX, float relY, boolean billboard)
public MarkerSymbol(Bitmap bitmap, MarkerSymbol.HotspotPlace hotspot)
public MarkerSymbol(Bitmap bitmap, MarkerSymbol.HotspotPlace hotspot, boolean billboard)
public boolean isBillboard()
public PointF getHotspot()
public boolean isBitmap()
public Bitmap getBitmap()
public TextureRegion getTextureRegion()
public boolean isInside(float dx,
float dy)