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

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 ()
 

Detailed Description

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.

Author
Julien Salvi

Member Function Documentation

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.

Parameters
lat1Latitude of the source geoPoint.
lon1Longitude of the source geoPoint.
lat2Latitude of the destination.
lon2Longitude of the destination.
Returns
A list of geoPoints.

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