Package net.landspurg.map

This is the main package to look at if you want to use J2memap.

See:
          Description

Interface Summary
BufferImageListener Notify the load of an image by the bufferImage class.
MapCanvasListener 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.
MapCustomOverlay MapCustomOverlay.java Created on 28 novembre 2006, 11:42 Implement this interface to be able to display custom layers on top of the current map.
OneLocListener If a oneLoc 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.
IconPool2  
MapCanvas This is the main interface to display a Map from Google...
oneGPSPos  
OneLoc Manage a location in the map...
Track A Track represnt a combination of Waypoints (oneLoc) and and a list of points.
 

Package net.landspurg.map Description

This is the main package to look at if you want to use J2memap.
The most relevant class to look at is mapCanvas. Then for some specific purpose, you should need oneLoc who provide support for waypoint and Track for Track management.