Class ClusteredMarker


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.

  • Method Details

    • setTintColor

      public void setTintColor(@ColorInt int tintColor)
    • getTintColor

      public int getTintColor()
    • getClusteredMarkers

      public ArrayList<Marker> getClusteredMarkers()
      Access to array of highlighted markers being clustered
      Returns:
      ArrayList
    • getMarkers

      public ArrayList<Marker> getMarkers()
      Access to array of markers being highlighted and clustered.

      These markers have the associated placemark

      Returns:
      ArrayList
    • getBitmap

      public Bitmap getBitmap()
      Description copied from class: TextureProvider
      Gets a bitmap to be loaded as a texture.
      Specified by:
      getBitmap in class TextureProvider
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object