Class PlacemarkMarker


public class PlacemarkMarker extends Marker
  • Method Details

    • getPlacemark

      public Placemark getPlacemark()
    • getPlacemarkMarkerOptions

      public PlacemarkMarkerOptions getPlacemarkMarkerOptions()
    • setPlacemarkMarkerOptions

      public void setPlacemarkMarkerOptions(PlacemarkMarkerOptions options)
    • getName

      public String getName()
      Description copied from class: Marker
      Get the name of this marker.
      Overrides:
      getName in class Marker
    • getCalloutTitle

      public String getCalloutTitle()
      Description copied from class: Marker
      Title text to show on the callout panel
      Overrides:
      getCalloutTitle in class Marker
    • isDrawable

      public static boolean isDrawable(android.content.Context c, Placemark placemark)
    • getBitmap

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

      public static android.graphics.drawable.Drawable getDrawable(android.content.Context c, String name)