public interface OnAnnotationDragListener
IAnnotation
instanceModifier and Type | Method and Description |
---|---|
void |
onDragDelta(IAnnotation annotation,
float horizontalOffset,
float verticalOffset)
Called when annotation is dragged or moved
|
void |
onDragEnded(IAnnotation annotation)
Called when a Drag or Move operation ends
|
void |
onDragStarted(IAnnotation annotation)
Called when a Drag or move operation starts
|
void onDragStarted(IAnnotation annotation)
annotation
- The target annotationvoid onDragEnded(IAnnotation annotation)
annotation
- The target annotationvoid onDragDelta(IAnnotation annotation, float horizontalOffset, float verticalOffset)
annotation
- The target annotationhorizontalOffset
- The horizontal offset in pixels since last drag eventverticalOffset
- The horizontal offset in pixels since last drag event