Uses of Class
com.eightmotions.map.Marker

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

Uses of Marker in com.eightmotions.map
 

Fields in com.eightmotions.map declared as Marker
 Marker MapDisplay.currentSel
          This is the currently selected location...
 Marker MapDisplay.m_gpsMarker
          If not null, this Marker is used to display last gps position.
 Marker MapDisplay.wayPoint
          Current waypoint (or null if no way point).
 

Methods in com.eightmotions.map that return Marker
 Marker Marker.clone(float inlon, float inlat)
           
static Marker Marker.createFromString(java.lang.String in)
          Factory to create a location object from a string representation.
 Marker MapDisplay.getSelectedItem(javax.microedition.lcdui.Graphics g, int inpx, int inpy, int zoom, int dist, boolean onlyRepaint)
           
 

Methods in com.eightmotions.map with parameters of type Marker
 void Track.addMarker(Marker newLoc)
          Add one location to display in the track
 void Marker.copyFrom(Marker in)
           
 boolean Track.fireOpened(Marker theLoc)
           
 void Track.fireSelected(Marker theLoc)
           
 void MapDisplay.goTo(Marker place)
          A variant of previous method, with a location.
 void MarkerListener.iconDownloaded(Marker theLoc)
           
 void MapDisplay.iconDownloaded(Marker theLoc)
           
 boolean MapDisplayListener.oneLocationSelected(MapDisplay c, Marker theLoc)
          Callback called when the user select a location in the map
 boolean TrackListener.onLocOpened(Track theTrack, Marker theLoc)
           
 void TrackListener.onLocSelected(Track theTrack, Marker theLoc)
           
 void MarkerStyle.paint(javax.microedition.lcdui.Graphics g, Marker inMarker, MapDisplay m)
           
 void MarkerStyle.paintFull(javax.microedition.lcdui.Graphics g, Marker inM, MapDisplay m)
           
static double MapDisplay.realDist(float inLat, float inLon, Marker toMark)
           
protected  void MapDisplay.setSelectedLoc(Marker loc)
           
 

Uses of Marker in com.eightmotions.map.extra
 

Methods in com.eightmotions.map.extra with parameters of type Marker
 void ListRenderer.setPos(Marker newPos)
           
 

Constructors in com.eightmotions.map.extra with parameters of type Marker
ListRenderer(javax.microedition.lcdui.Canvas inCanvas, Track inTrack, Marker currentSel)