Package | Description |
---|---|
org.metalev.multitouch.controller | |
org.osmdroid.views |
Modifier and Type | Method and Description |
---|---|
void |
MultiTouchController.MultiTouchObjectCanvas.getPositionAndScale(T obj,
MultiTouchController.PositionAndScale objPosAndScaleOut)
Get the screen coords of the dragged object's origin, and scale multiplier to convert screen coords to obj coords.
|
boolean |
MultiTouchController.MultiTouchObjectCanvas.setPositionAndScale(T obj,
MultiTouchController.PositionAndScale newObjPosAndScale,
MultiTouchController.PointInfo touchPoint)
Callback to update the position and scale (in object coords) of the currently-dragged object.
|
Modifier and Type | Method and Description |
---|---|
void |
MapView.getPositionAndScale(Object obj,
MultiTouchController.PositionAndScale objPosAndScaleOut) |
boolean |
MapView.setPositionAndScale(Object obj,
MultiTouchController.PositionAndScale aNewObjPosAndScale,
MultiTouchController.PointInfo aTouchPoint) |
Copyright © 2015. All Rights Reserved.