public class ClusteredMarker extends Marker
Beta - 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.
Modifier and Type | Class and Description |
---|---|
static class |
ClusteredMarker.Builder |
Marker.CollisionType, Marker.MarkerListener
TextureProvider.OverlayType
Modifier and Type | Method and Description |
---|---|
Bitmap |
getBitmap()
Gets a bitmap to be loaded as a texture.
|
ArrayList<Marker> |
getClusteredMarkers()
Access to array of highlighted markers being clustered
|
ArrayList<Marker> |
getMarkers()
Access to array of markers being highlighted and clustered.
|
int |
getTintColor() |
void |
setTintColor(int tintColor) |
String |
toString() |
canBeSelected, getAlpha, getAnchor, getCalloutDetails, getCalloutTitle, getCollision, getCollisionCondition, getDetails, getMaxZoomLevel, getMinZoomLevel, getName, 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 void setTintColor(int tintColor)
public int getTintColor()
public ArrayList<Marker> getClusteredMarkers()
Access to array of highlighted markers being clustered
public ArrayList<Marker> getMarkers()
Access to array of markers being highlighted and clustered. These markers have the associated placemark
public Bitmap getBitmap()
TextureProvider
Gets a bitmap to be loaded as a texture.
getBitmap
in class TextureProvider