mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
DragInteraction
/
Companion
/
invoke
invoke
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
operator
fun
invoke
(
onDragBegin
:
(
InteractionContext
)
->
Boolean
,
onDrag
:
(
InteractionContext
)
->
Unit
,
onDragEnd
:
(
InteractionContext
)
->
Unit
)
:
DragInteraction
<
Nothing
>
For internal usage.