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.VisitedSitesOverlay Class Reference
Inheritance diagram for com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay:

Public Member Functions

 VisitedSitesOverlay (Drawable marker)
 
 VisitedSitesOverlay (Drawable marker, Context context)
 
int size ()
 
void addOverlayItem (OverlayItem overlay)
 

Protected Member Functions

OverlayItem createItem (int item)
 
boolean onTap (int index)
 

Detailed Description

Overlay item that acts as a marker on the map. When the user click on the map the picture information will be displayed.

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay.VisitedSitesOverlay ( Drawable  marker)

Constructor of a visited overlay thanks to a drawable marker.

Parameters
markerDrawable marker.
com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay.VisitedSitesOverlay ( Drawable  marker,
Context  context 
)

Constructor of visited overlay thanks to drawable marker and a context.

Parameters
markerDrawable marker.
contextContext.

Member Function Documentation

void com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay.addOverlayItem ( OverlayItem  overlay)

Add an overlay item.

Parameters
overlaythe overlay

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