public static interface TomtomMapCallback.OnMarkerDragListener
Modifier and Type | Method and Description |
---|---|
void |
onDragging(Marker marker)
Called when the user drags the marker.
|
void |
onStartDragging(Marker marker)
Called when the user starts dragging the marker.
|
void |
onStopDragging(Marker marker)
Called when the user finishes dragging the marker.
|
void onStartDragging(@NonNull Marker marker)
marker
- Selected marker.void onStopDragging(@NonNull Marker marker)
marker
- Selected marker.void onDragging(@NonNull Marker marker)
marker
- Selected marker.