public class SelectedPinMarker extends Marker
Modifier and Type | Class and Description |
---|---|
static class |
SelectedPinMarker.Builder |
Marker.CollisionType, Marker.MarkerListener
TextureProvider.OverlayType
Modifier and Type | Method and Description |
---|---|
boolean |
canBeSelected()
If a marker can be selected, when a user taps on it a callout panel will be shown and a pin will be placed on top of the marker.
|
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,
int iconResId) |
void |
setText(java.lang.String text) |
void |
setTintColor(int tintColor) |
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, int iconResId)
public java.lang.String getIconType()
public boolean canBeSelected()
Marker
If a marker can be selected, when a user taps on it a callout panel will be shown and a pin will be placed on top of the marker. It’s true by default. Override to change this behavior.
canBeSelected
in class Marker
public android.graphics.Bitmap getBitmap()
TextureProvider
Gets a bitmap to be loaded as a texture.
getBitmap
in class TextureProvider