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.
|
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) |
Overlay item that acts as a marker on the map. When the user click on the map the picture information will be displayed.
com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay.VisitedSitesOverlay | ( | Drawable | marker | ) |
Constructor of a visited overlay thanks to a drawable marker.
marker | Drawable marker. |
com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay.VisitedSitesOverlay | ( | Drawable | marker, |
Context | context | ||
) |
Constructor of visited overlay thanks to drawable marker and a context.
marker | Drawable marker. |
context | Context. |
void com.android.ePerion.gallery.mapEperion.VisitedSitesOverlay.addOverlayItem | ( | OverlayItem | overlay | ) |
Add an overlay item.
overlay | the overlay |