public interface PanningControlsView extends MapComponentView<ArrowButtonsGroup>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PanningControlsView.ArrowButtonsClickListener
Listener listener to react on when user will click on one of the panning buttons (up/down/left/right).
|
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_PANNING_DURATION |
static double |
DEFAULT_PANNING_OFFSET |
static double |
PANNING_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
void |
setArrowButtonsClickListener(PanningControlsView.ArrowButtonsClickListener arrowsClickListener)
Sets the listener to react on when user will click on one of the panning buttons (up/down/left/right).
|
getView, hide, setMargins, showstatic final double DEFAULT_PANNING_OFFSET
static final double PANNING_OFFSET
static final long DEFAULT_PANNING_DURATION
void setArrowButtonsClickListener(PanningControlsView.ArrowButtonsClickListener arrowsClickListener)
arrowsClickListener -