Class SelectedPinMarker


public class SelectedPinMarker extends Marker
  • Method Details

    • setTintColor

      public void setTintColor(@ColorInt int tintColor)
    • getTintColor

      public int getTintColor()
    • setText

      public void setText(String text)
    • getText

      public String getText()
    • setIconType

      public void setIconType(Context context, String iconType, int iconResId)
    • getIconType

      public String getIconType()
    • 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