Uses of Class
net.landspurg.map.oneGPSPos

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

Uses of oneGPSPos in net.landspurg.map
 

Fields in net.landspurg.map declared as oneGPSPos
 oneGPSPos MapCanvas.m_lastLocation
          last
 

Methods in net.landspurg.map with parameters of type oneGPSPos
 void Track.addRecord(oneGPSPos newLoc)
           
 void MapCanvas.drawArrow(javax.microedition.lcdui.Graphics g, oneGPSPos pos, int x, int y, int col)
           
 void MapCanvas.paintGPSPos(javax.microedition.lcdui.Graphics g, oneGPSPos pos, int inpx, int inpy, int w, int h, int zoom)
           
 void MapCanvas.setLoc(oneGPSPos newLoc)
           
 

Uses of oneGPSPos in net.landspurg.map.tools
 

Methods in net.landspurg.map.tools with parameters of type oneGPSPos
 void GPSDisplay.setLoc(oneGPSPos newLoc)