OsmAnd
|
Public Member Functions | |
TransportInfoLayer (TransportRouteHelper routeHelper) | |
void | initLayer (OsmandMapTileView view) |
boolean | isVisible () |
void | setVisible (boolean visible) |
int | getRadius () |
void | onDraw (Canvas canvas, RectF latLonBounds, RectF tilesRect, DrawSettings nightMode) |
void | destroyLayer () |
boolean | drawInScreenPixels () |
boolean | onSingleTap (PointF point) |
void net.osmand.plus.views.TransportInfoLayer.destroyLayer | ( | ) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.TransportInfoLayer.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.TransportInfoLayer.initLayer | ( | OsmandMapTileView | view | ) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
void net.osmand.plus.views.TransportInfoLayer.onDraw | ( | Canvas | canvas, |
RectF | latLonBounds, | ||
RectF | tilesRect, | ||
DrawSettings | nightMode | ||
) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.TransportInfoLayer.onSingleTap | ( | PointF | point | ) |
Reimplemented from net.osmand.plus.views.OsmandMapLayer.
void net.osmand.plus.views.TransportInfoLayer.setVisible | ( | boolean | visible | ) |