Class FlatPlacemarkMarker


public class FlatPlacemarkMarker 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)
    • getIconType

      public String getIconType()
    • getPlacemarkId

      public String getPlacemarkId()
      Get the id of this marker.
    • setPlacemarkId

      public void setPlacemarkId(String id)
      Set the id of this marker (should be the id of the placemark key).
    • getBitmap

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