ePerion Gallery  1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
 All Classes Namespaces Functions
com.android.ePerion.gallery.mapEperion.RouteOverlay Class Reference
Inheritance diagram for com.android.ePerion.gallery.mapEperion.RouteOverlay:

Public Member Functions

 RouteOverlay (ArrayList< GeoPoint > allGeoPoints)
 
boolean draw (Canvas canvas, MapView mv, boolean shadow, long when)
 
void drawPath (MapView mv, Canvas canvas)
 

Detailed Description

Class that extends the Overlay class in order to draw the route the picture coordinates.

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.mapEperion.RouteOverlay.RouteOverlay ( ArrayList< GeoPoint >  allGeoPoints)

Constructor of the routeOverlay thanks to a list of geoPoints.

Parameters
allGeoPointsList of geoPoints.

Member Function Documentation

void com.android.ePerion.gallery.mapEperion.RouteOverlay.drawPath ( MapView  mv,
Canvas  canvas 
)

Draw the route thanks to geoPoints previously collected.

Parameters
mvMapView where the route is displayed.
canvasCanvas in order to draw the route.

The documentation for this class was generated from the following file: