public class GooglePolylineOverlay
extends com.google.android.maps.Overlay
Modifier and Type | Field and Description |
---|---|
protected android.graphics.Paint |
mPaint |
Constructor and Description |
---|
GooglePolylineOverlay(int aColor) |
GooglePolylineOverlay(int aColor,
float aWidth) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(int latitudeE6,
int longitudeE6) |
void |
addPoints(IGeoPoint... aPoints) |
void |
addPoints(List<IGeoPoint> aPoints) |
void |
clearPath() |
void |
draw(android.graphics.Canvas canvas,
com.google.android.maps.MapView mapView,
boolean shadow) |
public GooglePolylineOverlay(int aColor)
public GooglePolylineOverlay(int aColor, float aWidth)
public void clearPath()
public void addPoints(IGeoPoint... aPoints)
public void addPoint(int latitudeE6, int longitudeE6)
public void draw(android.graphics.Canvas canvas, com.google.android.maps.MapView mapView, boolean shadow)
draw
in class com.google.android.maps.Overlay
Copyright © 2014. All Rights Reserved.