public class PlacemarkMarker extends Marker
| Modifier and Type | Class and Description |
|---|---|
static class |
PlacemarkMarker.Builder
A factory class for creating placemark markers
|
Marker.MarkerListenerTextureProvider.OverlayType| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap |
getBitmap()
Gets a bitmap to be loaded as a texture.
|
java.lang.String |
getCalloutTitle()
Title text to show on the callout panel
|
static android.graphics.drawable.Drawable |
getDrawable(android.content.Context c,
java.lang.String name) |
java.lang.String |
getName()
Get the name of this marker.
|
Placemark |
getPlacemark() |
PlacemarkMarkerOptions |
getPlacemarkMarkerOptions() |
static boolean |
isDrawable(android.content.Context c,
Placemark placemark) |
void |
setPlacemarkMarkerOptions(PlacemarkMarkerOptions options) |
canBeSelected, getAlpha, getAnchor, getCalloutDetails, getCollision, getDetails, getMaxZoomLevel, getMinZoomLevel, 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 Placemark getPlacemark()
public PlacemarkMarkerOptions getPlacemarkMarkerOptions()
public void setPlacemarkMarkerOptions(PlacemarkMarkerOptions options)
public java.lang.String getName()
MarkerGet the name of this marker.
public java.lang.String getCalloutTitle()
MarkerTitle text to show on the callout panel
getCalloutTitle in class Markerpublic static boolean isDrawable(android.content.Context c,
Placemark placemark)
public android.graphics.Bitmap getBitmap()
TextureProviderGets a bitmap to be loaded as a texture.
getBitmap in class TextureProviderpublic static android.graphics.drawable.Drawable getDrawable(android.content.Context c,
java.lang.String name)