OsmAnd
|
Public Member Functions | |
void | initLayer (OsmandMapTileView view) |
void | getFromPoint (PointF point, List<?super TransportStop > res) |
boolean | onSingleTap (PointF point) |
int | getRadiusPoi (int zoom) |
void | onDraw (Canvas canvas, RectF latLonBounds, RectF tilesRect, DrawSettings nightMode) |
void | destroyLayer () |
boolean | drawInScreenPixels () |
boolean | onLongPressEvent (PointF point) |
OnClickListener | getActionListener (List< String > actionsList, Object o) |
String | getObjectDescription (Object o) |
String | getObjectName (Object o) |
void | collectObjectsFromPoint (PointF point, List< Object > res) |
LatLon | getObjectLocation (Object o) |
void net.osmand.plus.views.TransportStopsLayer.collectObjectsFromPoint | ( | PointF | point, |
List< Object > | res | ||
) |
void net.osmand.plus.views.TransportStopsLayer.destroyLayer | ( | ) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.TransportStopsLayer.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.
OnClickListener net.osmand.plus.views.TransportStopsLayer.getActionListener | ( | List< String > | actionsList, |
Object | o | ||
) |
void net.osmand.plus.views.TransportStopsLayer.getFromPoint | ( | PointF | point, |
List<?super TransportStop > | res | ||
) |
String net.osmand.plus.views.TransportStopsLayer.getObjectDescription | ( | Object | o | ) |
LatLon net.osmand.plus.views.TransportStopsLayer.getObjectLocation | ( | Object | o | ) |
String net.osmand.plus.views.TransportStopsLayer.getObjectName | ( | Object | o | ) |
int net.osmand.plus.views.TransportStopsLayer.getRadiusPoi | ( | int | zoom | ) |
void net.osmand.plus.views.TransportStopsLayer.initLayer | ( | OsmandMapTileView | view | ) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
void net.osmand.plus.views.TransportStopsLayer.onDraw | ( | Canvas | canvas, |
RectF | latLonBounds, | ||
RectF | tilesRect, | ||
DrawSettings | nightMode | ||
) | [virtual] |
Implements net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.TransportStopsLayer.onLongPressEvent | ( | PointF | point | ) |
Reimplemented from net.osmand.plus.views.OsmandMapLayer.
boolean net.osmand.plus.views.TransportStopsLayer.onSingleTap | ( | PointF | point | ) |
Reimplemented from net.osmand.plus.views.OsmandMapLayer.