Class HighlightedMarkers


public class HighlightedMarkers extends Marker
A marker which represents a collection of markers which are highlighted (selected) on the map.
  • Method Details

    • getBitmap

      public Bitmap getBitmap()
      Default implementation returns null.
      Specified by:
      getBitmap in class TextureProvider
      Returns:
      null
    • canBeSelected

      public boolean canBeSelected()
      Description copied from class: Marker
      If a marker can be selected, when a user taps on it a callout panel will be shown and a pin will be placed on top of the marker.

      It’s true by default. Override to change this behavior.

      Overrides:
      canBeSelected in class Marker
      Returns:
      true if the marker can be selected, false if it cannot
    • containsMarker

      public boolean containsMarker(Marker marker)
    • containsHighlightedMarker

      public boolean containsHighlightedMarker(Marker marker)
    • markerForHighlightedMarker

      public Marker markerForHighlightedMarker(Marker highlightedMarker)