
public class GroundOverlay extends Overlay
GeoPoint
or only top-left and bottom-right cornersOverlay.SnappablemBounds, SHADOW_X_SKEW, SHADOW_Y_SCALEDEFAULT_ZOOMLEVEL_MINIMAP_DIFFERENCE, NOT_SET| Constructor and Description |
|---|
GroundOverlay() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Canvas pCanvas,
Projection pProjection) |
float |
getBearing() |
GeoPoint |
getBottomLeft() |
GeoPoint |
getBottomRight() |
Bitmap |
getImage() |
GeoPoint |
getTopLeft() |
GeoPoint |
getTopRight() |
float |
getTransparency() |
void |
setBearing(float pBearing) |
void |
setImage(Bitmap pImage) |
void |
setPosition(GeoPoint pTopLeft,
GeoPoint pBottomRight) |
void |
setPosition(GeoPoint pTopLeft,
GeoPoint pTopRight,
GeoPoint pBottomRight,
GeoPoint pBottomLeft) |
void |
setTransparency(float pTransparency) |
draw, drawAt, getBounds, getSafeMenuId, getSafeMenuIdSequence, isEnabled, onDetach, onDoubleTap, onDoubleTapEvent, onDown, onFling, onKeyDown, onKeyUp, onLongPress, onPause, onResume, onScroll, onShowPress, onSingleTapConfirmed, onSingleTapUp, onTouchEvent, onTrackballEvent, setEnabledpublic void setImage(Bitmap pImage)
public Bitmap getImage()
public void setBearing(float pBearing)
public float getBearing()
public void setTransparency(float pTransparency)
public float getTransparency()
public GeoPoint getTopLeft()
public GeoPoint getTopRight()
public GeoPoint getBottomRight()
public GeoPoint getBottomLeft()
public void draw(Canvas pCanvas, Projection pProjection)
public void setPosition(GeoPoint pTopLeft, GeoPoint pTopRight, GeoPoint pBottomRight, GeoPoint pBottomLeft)