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

List of all members.

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)

Member Function Documentation

void net.osmand.plus.views.TransportStopsLayer.collectObjectsFromPoint ( PointF  point,
List< Object >  res 
)

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

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