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 |
---|---|
Bitmap |
getBitmap()
Gets a bitmap to be loaded as a texture.
|
String |
getCalloutTitle()
Title text to show on the callout panel
|
static Drawable |
getDrawable(Context c,
String name) |
String |
getName()
Get the name of this marker.
|
Placemark |
getPlacemark() |
PlacemarkMarkerOptions |
getPlacemarkMarkerOptions() |
static boolean |
isDrawable(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, onTapped, setAlpha, setAnchor, setCollision, setCollisionCondition, setDetails, 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 String getCalloutTitle()
Marker
Title text to show on the callout panel
getCalloutTitle
in class Marker
public Bitmap getBitmap()
TextureProvider
Gets a bitmap to be loaded as a texture.
getBitmap
in class TextureProvider