Uses of Class
com.eightmotions.map.oneGPSPos

Packages that use oneGPSPos
com.eightmotions.map   
 

Uses of oneGPSPos in com.eightmotions.map
 

Fields in com.eightmotions.map declared as oneGPSPos
 oneGPSPos MapDisplay.m_lastLocation
          last
 

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