public class SelectedPinMarker extends Marker
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectedPinMarker.Builder |
Marker.MarkerListenerTextureProvider.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, getDetails, getMaxZoomLevel, getMinZoomLevel, getName, getPosition, getRotationFixedToMap, getScaleFixedToMap, getWeight, getXScale, getYScale, invalidate, invalidate, onTapped, setAlpha, setAnchor, setCollision, setDetails, setListener, setMaxZoomLevel, setMinZoomLevel, setName, setPosition, setRotationFixedToMap, setScaleFixedToMap, setShowsCallout, setWeight, setXScale, setYScale, showsCallout, showsPinMarkergetId, getNativeBitmap, getOverlayColor, getOverlayColorInterface, getOverlayFillColor, getOverlayFillColorInterface, getOverlayPoints, getOverlayPointsInterface, getOverlayType, getOverlayTypeInterface, getOverlayWidth, getOverlayWidthInterface, getSize, overlayClosed, setSizepublic void setTintColor(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()
MarkerIf 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 Markerpublic android.graphics.Bitmap getBitmap()
TextureProviderGets a bitmap to be loaded as a texture.
getBitmap in class TextureProvider