Package com.eightmotions.map

Interface Summary
BaseCanvas  
BufferImageListener Notify the load of an image by the bufferImage class.
ExtendedMenu  
MapDisplayListener Can be used by an external class, to register to some event received by the canvas, and modify envetually the default behavior (mainly for key press.
MapOverlay MapOverlay.java Implement this interface to be able to display custom layers on top of the current map.
MarkerListener If a Marker element contains a picture, the load is down asynchronusly.
TrackListener  
TrackNotifier Used by Track to notify of event, mainly track loading The event is "global" to all track, as the track class maintain a static list of all track.
 

Class Summary
BufferImage This classe manage the download of tiles

Internally a linked list is used, and first entry in the list is removed first, and when we use a tile, we put it on top of the list.
GenericOverlay This is a "generif overlay", that could be easily used with GoogleEarth overlay....
MapDefaultCanvas  
MapDisplay This is the main interface to display a Map from Google...
Marker Manage a location in the map...
MarkerStyle MArkerStyle represent how a Marker (a point on the map) is displayed.
oneGPSPos  
Track A Track represnt a combination of Waypoints (Marker) and and a list of points.