Class OverlayMarker


public class OverlayMarker extends Marker
  • Constructor Details

  • Method Details

    • getOverlayMarkerOptions

      public OverlayMarkerOptions getOverlayMarkerOptions()
    • setOverlayMarkerOptions

      public void setOverlayMarkerOptions(OverlayMarkerOptions options)
    • getBitmap

      public android.graphics.Bitmap getBitmap()
      Default implementation returns null.

      OverlayMarkers draw using data in OverlayType and OverlayPoints

      Specified by:
      getBitmap in class TextureProvider
      Returns:
      null
    • getOverlayPoints

      public float[] getOverlayPoints()
      Access to point values: first item in list is the number of points
      Overrides:
      getOverlayPoints in class TextureProvider
      Returns:
      points: [num, x1, y1, x2, y2, …]
    • getOverlayType

      public int getOverlayType()
      Access to overlay’s type
      Overrides:
      getOverlayType in class TextureProvider
      Returns:
      TextureProvider.OverlayType
    • getOverlayWidth

      public float getOverlayWidth()
      Access to overlay’s stroke width
      Overrides:
      getOverlayWidth in class TextureProvider
      Returns:
      stroke width
    • getOverlayColor

      public int getOverlayColor()
      Access to overlay’s stroke color
      Overrides:
      getOverlayColor in class TextureProvider
      Returns:
      stroke color (ARGB)
    • getOverlayFillColor

      public int getOverlayFillColor()
      Access to overlay’s fill color
      Overrides:
      getOverlayFillColor in class TextureProvider
      Returns:
      fill color (ARGB)