Hii guys greetings of the day,I am trying to rotate map view so that the
user should always see north and it should rotate if he takes left or right
turns.I am rotating map view with bearing but the problem is rotation is
not smooth,map view is always jittering.
Here is the code i used


                boolean check=isBetterLocation(location, tempLoc);
                 if(check){
        showLocation(location);
   }
  tempLoc=location;

isBetterLocation method is copied from developer docs.I am requesting
location updates with min time interval of 0 and min distance of 20m.Can
any one help me how to smooth en the rotation basing on bearing.Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to