OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes | Static Protected Attributes
net.osmand.plus.views.PointNavigationLayer Class Reference
Inheritance diagram for net.osmand.plus.views.PointNavigationLayer:
net.osmand.plus.views.OsmandMapLayer

List of all members.

Public Member Functions

void initLayer (OsmandMapTileView view)
void onDraw (Canvas canvas, RectF latLonBounds, RectF tilesRect, DrawSettings nightMode)
boolean isLocationVisible ()
LatLon getPointToNavigate ()
void setPointToNavigate (LatLon pointToNavigate)
void destroyLayer ()
boolean drawInScreenPixels ()
boolean onLongPressEvent (PointF point)
boolean onSingleTap (PointF point)

Protected Attributes

LatLon pointToNavigate = null

Static Protected Attributes

static final int DIST_TO_SHOW = 80

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.views.PointNavigationLayer.onDraw ( Canvas  canvas,
RectF  latLonBounds,
RectF  tilesRect,
DrawSettings  nightMode 
) [virtual]

Member Data Documentation

final int net.osmand.plus.views.PointNavigationLayer.DIST_TO_SHOW = 80 [static, protected]

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