mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.plugin.annotation.generated
/
OnPolygonAnnotationDragListener
On
Polygon
Annotation
Drag
Listener
interface
OnPolygonAnnotationDragListener
:
OnAnnotationDragListener
<
PolygonAnnotation
>
Interface definition for a callback to be invoked when a polygonAnnotation is dragged.
Functions
Functions
on
Annotation
Drag
Link copied to clipboard
abstract
fun
onAnnotationDrag
(
annotation
:
Annotation
<
*
>
)
on
Annotation
Drag
Finished
Link copied to clipboard
abstract
fun
onAnnotationDragFinished
(
annotation
:
Annotation
<
*
>
)
on
Annotation
Drag
Started
Link copied to clipboard
abstract
fun
onAnnotationDragStarted
(
annotation
:
Annotation
<
*
>
)