Package 

Class GroundOverlay4

  • All Implemented Interfaces:
    org.osmdroid.views.util.constants.OverlayConstants

    @Deprecated() 
    public class GroundOverlay4
    extends Overlay
                        

    Place an image on the map, each corner of the image being associated with a GeoPoint

    • Constructor Summary

      Constructors 
      Constructor Description
      GroundOverlay4()
    • Method Summary

      Modifier and Type Method Description
      Bitmap getImage()
      float getBearing()
      void setBearing(float pBearing)
      void setTransparency(float pTransparency)
      float getTransparency()
      void draw(Canvas pCanvas, Projection pProjection)
      void setImage(Bitmap pImage)
      void setPosition(GeoPoint pTopLeft, GeoPoint pTopRight, GeoPoint pBottomRight, GeoPoint pBottomLeft)
      • Methods inherited from class org.osmdroid.views.overlay.Overlay

        draw, getBounds, isEnabled, onDetach, onDoubleTap, onDoubleTapEvent, onDown, onFling, onKeyDown, onKeyUp, onLongPress, onPause, onResume, onScroll, onShowPress, onSingleTapConfirmed, onSingleTapUp, onTouchEvent, onTrackballEvent, setEnabled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait