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

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

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

Revision 53 Revision 54
7299 } 7299 }
7300 else if (id == 32) // return debug text for tests 7300 else if (id == 32) // return debug text for tests
7301 { 7301 {
7302 Navit.CI_TEST_CASE_TEXT = Navit.CI_TEST_CASE_TEXT + text + "\n"; 7302 Navit.CI_TEST_CASE_TEXT = Navit.CI_TEST_CASE_TEXT + text + "\n";
7303 } 7303 }
7304 else if (id == 33) // log to System
7305 {
7306 System.out.println("NDK:" + text);
7307 }
7304 7308
7305 // if (Navit.METHOD_DEBUG) Navit.my_func_name(1); 7309 // if (Navit.METHOD_DEBUG) Navit.my_func_name(1);
7306 } 7310 }
7307 7311
7308 public static void return_generic_int(int id, int i) 7312 public static void return_generic_int(int id, int i)
8668 { 8672 {
8669 System.out.println("NavitGraphics:" + "== missing icon ==:" + text); 8673 System.out.println("NavitGraphics:" + "== missing icon ==:" + text);
8670 } 8674 }
8671 else 8675 else
8672 { 8676 {
8673 System.out.println("NavitGraphics:" + "generic-info:" + text); 8677 System.out.println("NavitGraphics:" + "generic-info:" + text);
8674 } 8678 }
8675 } 8679 }
8676 8680
8677 // values are NOT in pixels!! they need to be converted to pixels before drawing 8681 // values are NOT in pixels!! they need to be converted to pixels before drawing
8678 public static void send_route_rect_to_java(int x1, int y1, int x2, int y2, int order) 8682 public static void send_route_rect_to_java(int x1, int y1, int x2, int y2, int order)

Legend:
Removed from v.53  
changed lines
  Added in v.54

   
Visit the ZANavi Wiki