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 | |
void | onCreate (Bundle savedInstanceState) |
ArrayList< GeoPoint > | getDirections (double lat1, double lon1, double lat2, double lon2) |
void | onLocationChanged (Location arg0) |
void | onProviderDisabled (String provider) |
void | onProviderEnabled (String provider) |
void | onStatusChanged (String provider, int status, Bundle extras) |
Protected Member Functions | |
boolean | isRouteDisplayed () |
Class which implements the Google Map in order to visualize the picture, defined as a marker, in the map and see the route between the different markers.
ArrayList<GeoPoint> com.android.ePerion.gallery.mapEperion.GoogleMapEperion.getDirections | ( | double | lat1, |
double | lon1, | ||
double | lat2, | ||
double | lon2 | ||
) |
Get a list of GeoPoint in order to draw the driving direction between two geoPoint.
lat1 | Latitude of the source geoPoint. |
lon1 | Longitude of the source geoPoint. |
lat2 | Latitude of the destination. |
lon2 | Longitude of the destination. |