/[zanavi_public1]/navit/navit/android.c
ZANavi

Diff of /navit/navit/android.c

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

Revision 45 Revision 46
2231 { 2231 {
2232 // zoom out 2232 // zoom out
2233 navit_zoom_out_cursor(global_navit, 2); 2233 navit_zoom_out_cursor(global_navit, 2);
2234 // navit_zoom_out_cursor(attr.u.navit, 2); 2234 // navit_zoom_out_cursor(attr.u.navit, 2);
2235 } 2235 }
2236 else if (i == 112)
2237 {
2238 // show maps debug view
2239 s = (*env)->GetStringUTFChars(env, str, NULL);
2240 global_show_maps_debug_view = atoi(s);
2241 (*env)->ReleaseStringUTFChars(env, str, s);
2242 }
2236 else if (i == 111) 2243 else if (i == 111)
2237 { 2244 {
2238 // show real gps position on map 2245 // show real gps position on map
2239 s = (*env)->GetStringUTFChars(env, str, NULL); 2246 s = (*env)->GetStringUTFChars(env, str, NULL);
2240 global_tracking_show_real_gps_pos = atoi(s); 2247 global_tracking_show_real_gps_pos = atoi(s);

Legend:
Removed from v.45  
changed lines
  Added in v.46

   
Visit the ZANavi Wiki