OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net.osmand.plus.render.MapVectorLayer Class Reference
Inheritance diagram for net.osmand.plus.render.MapVectorLayer:
net.osmand.plus.views.BaseMapLayer net.osmand.plus.views.OsmandMapLayer

List of all members.

Public Member Functions

 MapVectorLayer (MapTileLayer tileLayer)
void destroyLayer ()
boolean drawInScreenPixels ()
void initLayer (OsmandMapTileView view)
boolean isVectorDataVisible ()
boolean isVisible ()
void setVisible (boolean visible)
int getMaximumShownMapZoom ()
int getMinimumShownMapZoom ()
void onDraw (Canvas canvas, RectF latLonBounds, RectF tilesRect, DrawSettings drawSettings)
void setAlpha (int alpha)
boolean onLongPressEvent (PointF point)
boolean onSingleTap (PointF point)

Constructor & Destructor Documentation


Member Function Documentation

This method returns whether canvas should be rotated as map rotated before onDraw(Canvas). If the layer draws simply layer over screen (not over map) it should return true.

Implements net.osmand.plus.views.OsmandMapLayer.

void net.osmand.plus.render.MapVectorLayer.onDraw ( Canvas  canvas,
RectF  latLonBounds,
RectF  tilesRect,
DrawSettings  drawSettings 
) [virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines