
@Deprecated public class PathOverlay extends Overlay
Overlay.Snappable| Modifier and Type | Field and Description |
|---|---|
protected Paint |
mPaint
Deprecated.
Paint settings.
|
mBounds, SHADOW_X_SKEW, SHADOW_Y_SCALEDEFAULT_ZOOMLEVEL_MINIMAP_DIFFERENCE, NOT_SET| Constructor and Description |
|---|
PathOverlay(int color)
Deprecated.
|
PathOverlay(int color,
Context ctx)
Deprecated.
|
PathOverlay(int color,
float width)
Deprecated.
|
PathOverlay(int color,
float width,
Context ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGreatCircle(GeoPoint startPoint,
GeoPoint endPoint)
Deprecated.
Draw a great circle.
|
void |
addGreatCircle(GeoPoint startPoint,
GeoPoint endPoint,
int numberOfPoints)
Deprecated.
Draw a great circle.
|
void |
addPoint(double aLatitude,
double aLongitude)
Deprecated.
|
void |
addPoint(IGeoPoint aPoint)
Deprecated.
|
void |
addPoints(IGeoPoint... aPoints)
Deprecated.
|
void |
addPoints(List<IGeoPoint> aPoints)
Deprecated.
|
void |
clearPath()
Deprecated.
|
void |
draw(Canvas canvas,
Projection pj)
Deprecated.
This method draws the line.
|
int |
getNumberOfPoints()
Deprecated.
|
Paint |
getPaint()
Deprecated.
|
void |
setAlpha(int a)
Deprecated.
|
void |
setColor(int color)
Deprecated.
|
void |
setPaint(Paint pPaint)
Deprecated.
|
draw, drawAt, getBounds, getSafeMenuId, getSafeMenuIdSequence, isEnabled, onDetach, onDoubleTap, onDoubleTapEvent, onDown, onFling, onKeyDown, onKeyUp, onLongPress, onPause, onResume, onScroll, onShowPress, onSingleTapConfirmed, onSingleTapUp, onTouchEvent, onTrackballEvent, setEnabledprotected Paint mPaint
@Deprecated public PathOverlay(int color, Context ctx)
PathOverlay(int) instead@Deprecated public PathOverlay(int color, float width, Context ctx)
PathOverlay(int, float) insteadpublic PathOverlay(int color)
public PathOverlay(int color,
float width)
public void setColor(int color)
public void setAlpha(int a)
public void addGreatCircle(GeoPoint startPoint, GeoPoint endPoint)
startPoint - start point of the great circleendPoint - end point of the great circlepublic void addGreatCircle(GeoPoint startPoint, GeoPoint endPoint, int numberOfPoints)
startPoint - start point of the great circleendPoint - end point of the great circlenumberOfPoints - number of points to calculate along the pathpublic Paint getPaint()
public void setPaint(Paint pPaint)
public void clearPath()
public void addPoint(IGeoPoint aPoint)
public void addPoint(double aLatitude,
double aLongitude)
public void addPoints(IGeoPoint... aPoints)
public int getNumberOfPoints()
public void draw(Canvas canvas, Projection pj)