Class LocationMarker


public class LocationMarker extends Marker
  • Constructor Details

  • Method Details

    • 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
    • getBitmap

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

      public int colorForState(LocationMarker.State s)
    • setCustomColor

      public void setCustomColor(LocationMarker.State s, int color)
    • clearCustomColor

      public void clearCustomColor(LocationMarker.State s)
    • setState

      public void setState(Context context, LocationMarker.State s)