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 class
A factory class for creating placemark markersNested classes/interfaces inherited from class com.arubanetworks.meridian.maps.Marker
Marker.CollisionType, Marker.MarkerListener
Nested classes/interfaces inherited from class com.arubanetworks.meridian.maprender.TextureProvider
TextureProvider.OverlayType
-
Method Summary
Modifier and TypeMethodDescriptionandroid.graphics.Bitmap
Gets a bitmap to be loaded as a texture.Title text to show on the callout panelstatic android.graphics.drawable.Drawable
getDrawable
(android.content.Context c, String name) getName()
Get the name of this marker.static boolean
isDrawable
(android.content.Context c, Placemark placemark) void
Methods 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, showsPinMarker
Methods 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:Marker
Get the name of this marker. -
getCalloutTitle
Description copied from class:Marker
Title text to show on the callout panel- Overrides:
getCalloutTitle
in classMarker
-
isDrawable
-
getBitmap
public android.graphics.Bitmap getBitmap()Description copied from class:TextureProvider
Gets a bitmap to be loaded as a texture.- Specified by:
getBitmap
in classTextureProvider
-
getDrawable
public static android.graphics.drawable.Drawable getDrawable(android.content.Context c, String name)
-