In android with Google Map API V2 I call map.setMyLocationEnabled(true). The blue dot now shows my location on the map. As my location changes the blue dot moves, but the movement is very choppy. It jumps from location to location regardless of the frequency with which I set the location. How can I achieve a smooth motion of the blue location dot. Is it possible using this mechanism? Or do I have to take over the placement of the dot and its animation myself?
Thanks, Howard