OsmAnd
|
Public Member Functions | |
RouteLayer (RoutingHelper helper) | |
void | initLayer (OsmandMapTileView view) |
void | onDraw (Canvas canvas, RectF latLonBounds, RectF tilesRect, DrawSettings nightMode) |
RoutingHelper | getHelper () |
Path | getPath () |
void | destroyLayer () |
boolean | drawInScreenPixels () |
boolean | onLongPressEvent (PointF point) |
boolean | onSingleTap (PointF point) |
void net.osmand.plus.views.RouteLayer.destroyLayer | ( | ) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.RouteLayer.drawInScreenPixels | ( | ) | [virtual] |
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.RouteLayer.initLayer | ( | OsmandMapTileView | view | ) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
void net.osmand.plus.views.RouteLayer.onDraw | ( | Canvas | canvas, |
RectF | latLonBounds, | ||
RectF | tilesRect, | ||
DrawSettings | nightMode | ||
) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.RouteLayer.onLongPressEvent | ( | PointF | point | ) |
Reimplemented from net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.RouteLayer.onSingleTap | ( | PointF | point | ) |
Reimplemented from net.osmand.plus.views.OsmandMapLayer.