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