/[zanavi_public1]/navit/navit/android/src/com/zoffcc/applications/zanavi/NavitAndroidOverlay.java
ZANavi

Diff of /navit/navit/android/src/com/zoffcc/applications/zanavi/NavitAndroidOverlay.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 21 Revision 22
218 // bubble touched to confirm destination 218 // bubble touched to confirm destination
219 this.confirmed_bubble = true; 219 this.confirmed_bubble = true;
220 // draw confirmed bubble 220 // draw confirmed bubble
221 this.postInvalidate(); 221 this.postInvalidate();
222 222
223 // remeber recent dest.
224 try
225 {
226 Navit.remember_destination_xy("Point on Screen", this.bubble_001.x, this.bubble_001.y);
227 }
228 catch (Exception e)
229 {
230 e.printStackTrace();
231 }
232 Navit.destination_set();
223 // set destination 233 // set destination
224 Message msg = new Message(); 234 Message msg = new Message();
225 Bundle b = new Bundle(); 235 Bundle b = new Bundle();
226 b.putInt("Callback", 4); 236 b.putInt("Callback", 4);
227 b.putInt("x", this.bubble_001.x); 237 b.putInt("x", this.bubble_001.x);

Legend:
Removed from v.21  
changed lines
  Added in v.22

   
Visit the ZANavi Wiki