Package com.arubanetworks.meridian.maps
Class ClusteredMarker
java.lang.Object
com.arubanetworks.meridian.maprender.TextureProvider
com.arubanetworks.meridian.maps.Marker
com.arubanetworks.meridian.maps.ClusteredMarker
A marker which is a collection of highlighted markers.
Do not directly create a ClusteredMarker as they are created when highlighted markers collide on screen.
-
Nested Class Summary
Nested ClassesNested 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 TypeMethodDescriptionGets a bitmap to be loaded as a texture.Access to array of highlighted markers being clusteredAccess to array of markers being highlighted and clustered.int
void
setTintColor
(int tintColor) toString()
Methods inherited from class com.arubanetworks.meridian.maps.Marker
canBeSelected, getAlpha, getAnchor, getCalloutDetails, getCalloutTitle, getCollision, getCollisionCondition, getDetails, getDropShadowBitmap, getMaxZoomLevel, getMinZoomLevel, getName, 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
-
setTintColor
-
getTintColor
public int getTintColor() -
getClusteredMarkers
Access to array of highlighted markers being clustered- Returns:
- ArrayList
-
getMarkers
Access to array of markers being highlighted and clustered.These markers have the associated placemark
- Returns:
- ArrayList
-
getBitmap
Description copied from class:TextureProvider
Gets a bitmap to be loaded as a texture.- Specified by:
getBitmap
in classTextureProvider
-
toString
-