Uses of Package
com.eightmotions.map

Packages that use com.eightmotions.map
com.eightmotions.map   
com.eightmotions.map.extra   
 

Classes in com.eightmotions.map used by com.eightmotions.map
BaseCanvas
           
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.
BufferImageListener
          Notify the load of an image by the bufferImage class.
ExtendedMenu
           
MapDisplay
          This is the main interface to display a Map from Google...
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.
Marker
          Manage a location in the map...
MarkerListener
          If a Marker element contains a picture, the load is down asynchronusly.
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.
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.
 

Classes in com.eightmotions.map used by com.eightmotions.map.extra
BaseCanvas
           
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.
Marker
          Manage a location in the map...
Track
          A Track represnt a combination of Waypoints (Marker) and and a list of points.
TrackListener