public class FlatPlacemarkMarker extends Marker
Modifier and Type | Class and Description |
---|---|
static class |
FlatPlacemarkMarker.Builder |
Marker.CollisionType, Marker.MarkerListener
TextureProvider.OverlayType
Modifier and Type | Method and Description |
---|---|
android.graphics.Bitmap |
getBitmap()
Gets a bitmap to be loaded as a texture.
|
java.lang.String |
getIconType() |
java.lang.String |
getText() |
int |
getTintColor() |
void |
setIconType(android.content.Context context,
java.lang.String iconType) |
void |
setText(java.lang.String text) |
void |
setTintColor(int tintColor) |
canBeSelected, getAlpha, getAnchor, getCalloutDetails, getCalloutTitle, getCollision, getCollisionCondition, getDetails, getMaxZoomLevel, getMinZoomLevel, getName, getPosition, getRotationFixedToMap, getScaleFixedToMap, getWeight, getXScale, getYScale, invalidate, invalidate, isDisabled, onTapped, setAlpha, setAnchor, setCollision, setCollisionCondition, setDetails, setDisabled, setListener, setMaxZoomLevel, setMinZoomLevel, setName, setPosition, setRotationFixedToMap, setScaleFixedToMap, setShowsCallout, setWeight, setXScale, setYScale, showsCallout, showsPinMarker
getId, getNativeBitmap, getOverlayColor, getOverlayColorInterface, getOverlayFillColor, getOverlayFillColorInterface, getOverlayPoints, getOverlayPointsInterface, getOverlayType, getOverlayTypeInterface, getOverlayWidth, getOverlayWidthInterface, getSize, overlayClosed, setSize
public void setTintColor(@ColorInt int tintColor)
public int getTintColor()
public void setText(java.lang.String text)
public java.lang.String getText()
public void setIconType(android.content.Context context, java.lang.String iconType)
public java.lang.String getIconType()
public android.graphics.Bitmap getBitmap()
TextureProvider
Gets a bitmap to be loaded as a texture.
getBitmap
in class TextureProvider