public class ClusteredMarker extends Marker
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 |
---|---|
android.graphics.Bitmap |
getBitmap()
Gets a bitmap to be loaded as a texture.
|
java.util.ArrayList<Marker> |
getClusteredMarkers()
Access to array of highlighted markers being clustered
|
java.util.ArrayList<Marker> |
getMarkers()
Access to array of markers being highlighted and clustered.
|
int |
getTintColor() |
void |
setTintColor(int tintColor) |
java.lang.String |
toString() |
canBeSelected, getAlpha, getAnchor, getCalloutDetails, getCalloutTitle, getCollision, getCollisionCondition, getDetails, getMaxZoomLevel, getMinZoomLevel, getName, getPosition, getRotationFixedToMap, getScaleFixedToMap, getWeight, getXScale, getYScale, invalidate, invalidate, isDisabled, onTapped, setAlpha, setAnchor, setCollision, setCollisionCondition, setDetails, setDisabled, 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 java.util.ArrayList<Marker> getClusteredMarkers()
Access to array of highlighted markers being clustered
public java.util.ArrayList<Marker> getMarkers()
Access to array of markers being highlighted and clustered. These markers have the associated placemark
public android.graphics.Bitmap getBitmap()
TextureProvider
Gets a bitmap to be loaded as a texture.
getBitmap
in class TextureProvider
@NonNull public java.lang.String toString()
toString
in class java.lang.Object