-
- 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 BitmapgetImage()floatgetBearing()voidsetBearing(float pBearing)voidsetTransparency(float pTransparency)floatgetTransparency()voiddraw(Canvas pCanvas, Projection pProjection)voidsetImage(Bitmap pImage)voidsetPosition(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
-
-
Method Detail
-
getBearing
float getBearing()
-
setBearing
void setBearing(float pBearing)
-
setTransparency
void setTransparency(float pTransparency)
-
getTransparency
float getTransparency()
-
draw
void draw(Canvas pCanvas, Projection pProjection)
-
setPosition
void setPosition(GeoPoint pTopLeft, GeoPoint pTopRight, GeoPoint pBottomRight, GeoPoint pBottomLeft)
-
-
-
-