Uses of Class
net.landspurg.map.OneLoc

Packages that use OneLoc
net.landspurg   
net.landspurg.map This is the main package to look at if you want to use J2memap. 
net.landspurg.test   
 

Uses of OneLoc in net.landspurg
 

Methods in net.landspurg that return OneLoc
 OneLoc MapMain.findPlaceByName(java.lang.String inName)
           
 

Methods in net.landspurg with parameters of type OneLoc
 void MapMain.addPlace(OneLoc place)
           
 javax.microedition.lcdui.Form MapMain.getFormLocation(OneLoc theLoc)
          Creation of the form which display the current location
 boolean MapMain.oneLocationSelected(MapCanvas c, OneLoc theLoc)
           
 

Uses of OneLoc in net.landspurg.map
 

Fields in net.landspurg.map declared as OneLoc
 OneLoc MapCanvas.currentSel
          This is the currently selected location...
static OneLoc Track.m_defaultLocType
           
 OneLoc Track.m_locType
           
 OneLoc MapCanvas.wayPoint
          Current waypoint (or null if no way point).
 

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

Methods in net.landspurg.map with parameters of type OneLoc
 void Track.addLoc(OneLoc newLoc)
          Add one location to display in the track
 boolean Track.fireOpened(OneLoc theLoc)
           
 void Track.fireSelected(OneLoc theLoc)
           
 void MapCanvas.goTo(OneLoc place)
          A variant of previous method, with a location.
 void MapCanvas.iconDownloaded(OneLoc theLoc)
           
 void OneLocListener.iconDownloaded(OneLoc theLoc)
           
 boolean MapCanvasListener.oneLocationSelected(MapCanvas c, OneLoc theLoc)
          Callback called when the user select a location in the map
 boolean TrackListener.onLocOpened(Track theTrack, OneLoc theLoc)
           
 void TrackListener.onLocSelected(Track theTrack, OneLoc theLoc)
           
protected  void MapCanvas.setSelectedLoc(OneLoc loc)
           
 

Uses of OneLoc in net.landspurg.test
 

Methods in net.landspurg.test with parameters of type OneLoc
 boolean SimpleMapMidlet.oneLocationSelected(MapCanvas c, OneLoc theLoc)