OsmAnd
|
Public Member Functions | |
AnimateDraggingMapThread (OsmandMapTileView tileView) | |
void | stopAnimating () |
boolean | isAnimating () |
void | stopAnimatingSync () |
void | startThreadAnimating (final Runnable runnable) |
void | startMoving (final double finalLat, final double finalLon, final int endZoom, final boolean notifyListener) |
void | startZooming (final int zoomEnd, final boolean notifyListener) |
void | startDragging (final float velocityX, final float velocityY, float startX, float startY, final float endX, final float endY, final boolean notifyListener) |
void | startRotate (final float rotate) |
int | getTargetZoom () |
double | getTargetLatitude () |
double | getTargetLongitude () |
Static Protected Attributes | |
static final Log | log = LogUtil.getLog(AnimateDraggingMapThread.class) |
Thread for animated dragging. Defines accelerator to stop dragging screen.
net.osmand.plus.views.AnimateDraggingMapThread.AnimateDraggingMapThread | ( | OsmandMapTileView | tileView | ) |
void net.osmand.plus.views.AnimateDraggingMapThread.startDragging | ( | final float | velocityX, |
final float | velocityY, | ||
float | startX, | ||
float | startY, | ||
final float | endX, | ||
final float | endY, | ||
final boolean | notifyListener | ||
) |
void net.osmand.plus.views.AnimateDraggingMapThread.startMoving | ( | final double | finalLat, |
final double | finalLon, | ||
final int | endZoom, | ||
final boolean | notifyListener | ||
) |
void net.osmand.plus.views.AnimateDraggingMapThread.startRotate | ( | final float | rotate | ) |
void net.osmand.plus.views.AnimateDraggingMapThread.startThreadAnimating | ( | final Runnable | runnable | ) |
void net.osmand.plus.views.AnimateDraggingMapThread.startZooming | ( | final int | zoomEnd, |
final boolean | notifyListener | ||
) |
Stop dragging async
Stop dragging sync
final Log net.osmand.plus.views.AnimateDraggingMapThread.log = LogUtil.getLog(AnimateDraggingMapThread.class) [static, protected] |