Package com.arubanetworks.meridian.maps
Class PlacemarkMarker
java.lang.Object
com.arubanetworks.meridian.maprender.TextureProvider
com.arubanetworks.meridian.maps.Marker
com.arubanetworks.meridian.maps.PlacemarkMarker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA factory class for creating placemark markersNested classes/interfaces inherited from class com.arubanetworks.meridian.maps.Marker
Marker.CollisionType, Marker.MarkerListenerNested classes/interfaces inherited from class com.arubanetworks.meridian.maprender.TextureProvider
TextureProvider.OverlayType -
Method Summary
Modifier and TypeMethodDescriptionandroid.graphics.BitmapGets a bitmap to be loaded as a texture.Title text to show on the callout panelstatic android.graphics.drawable.DrawablegetDrawable(android.content.Context c, String name) getName()Get the name of this marker.static booleanisDrawable(android.content.Context c, Placemark placemark) voidMethods inherited from class com.arubanetworks.meridian.maps.Marker
canBeSelected, getAlpha, getAnchor, getCalloutDetails, getCollision, getCollisionCondition, getDetails, getDropShadowBitmap, getMaxZoomLevel, getMinZoomLevel, getPosition, getRotationFixedToMap, getScaleFixedToMap, getWeight, getXScale, getYScale, invalidate, invalidate, isDisabled, isDragDropEnabled, onTapped, setAlpha, setAnchor, setCollision, setCollisionCondition, setDetails, setDisabled, setDragDropEnabled, setListener, setMaxZoomLevel, setMinZoomLevel, setName, setPosition, setRotationFixedToMap, setScaleFixedToMap, setShowsCallout, setWeight, setXScale, setYScale, showsCallout, showsPinMarkerMethods inherited from class com.arubanetworks.meridian.maprender.TextureProvider
getId, getNativeBitmap, getOverlayColor, getOverlayColorInterface, getOverlayFillColor, getOverlayFillColorInterface, getOverlayPoints, getOverlayPointsInterface, getOverlayType, getOverlayTypeInterface, getOverlayWidth, getOverlayWidthInterface, getSize, overlayClosed, setSize
-
Method Details
-
getPlacemark
-
getPlacemarkMarkerOptions
-
setPlacemarkMarkerOptions
-
getName
Description copied from class:MarkerGet the name of this marker. -
getCalloutTitle
Description copied from class:MarkerTitle text to show on the callout panel- Overrides:
getCalloutTitlein classMarker
-
isDrawable
-
getBitmap
public android.graphics.Bitmap getBitmap()Description copied from class:TextureProviderGets a bitmap to be loaded as a texture.- Specified by:
getBitmapin classTextureProvider
-
getDrawable
public static android.graphics.drawable.Drawable getDrawable(android.content.Context c, String name)
-