public class GLLatLngZoneOverlay extends GLZonesOverlay
Constructor and Description |
---|
GLLatLngZoneOverlay() |
Modifier and Type | Method and Description |
---|---|
void |
draw(GLMapView map,
int renderPass) |
protected void |
drawLine(GLMapView view,
double lat0,
double lng0,
double lat1,
double lng1,
float alpha,
boolean is0) |
protected void |
drawLinesImpl(GLMapView map)
Deprecated.
use
@drawLinesImpl(GLMapView, int) |
protected void |
drawLinesImpl(GLMapView map,
int renderPass) |
convertMapScaleToLegacyZoom, dist, draw, getRenderPass, release, setColor, setType
public void draw(GLMapView map, int renderPass)
draw
in class GLZonesOverlay
protected void drawLine(GLMapView view, double lat0, double lng0, double lat1, double lng1, float alpha, boolean is0)
@Deprecated protected void drawLinesImpl(GLMapView map)
@drawLinesImpl(GLMapView, int)
protected void drawLinesImpl(GLMapView map, int renderPass)