public class MapAnimateTranslateMomentum
extends java.lang.Object
Translation with momentum is typically used at the end of a pan or fling gesture when the user has let go. The acceleration is negative, thus slowing the map down.
In general, the MaplyController creates these and you'd only be doing so yourself if you've subclassed it.
Modifier and Type | Method and Description |
---|---|
void |
updateView(MapView view) |
public void updateView(MapView view)