Modifier and Type | Method and Description |
---|---|
MapNavigationButtonOptions |
getButtonOptions()
(Highmaps) General options for the map navigation buttons.
|
MapNavigationButtonsOptions |
getButtons()
(Highmaps) The individual buttons for the map navigation.
|
boolean |
getEnableButtons()
(Highmaps) Whether to enable navigation buttons.
|
boolean |
getEnabled()
(Highmaps) Whether to enable map navigation.
|
boolean |
getEnableDoubleClickZoom()
(Highmaps) Enables zooming in on an area on double clicking in the map.
|
boolean |
getEnableDoubleClickZoomTo()
(Highmaps) Whether to zoom in on an area when that area is double
clicked.
|
boolean |
getEnableMouseWheelZoom()
(Highmaps) Enables zooming by mouse wheel.
|
boolean |
getEnableTouchZoom()
(Highmaps) Whether to enable multitouch zooming.
|
double |
getMouseWheelSensitivity()
(Highmaps) Sensitivity of mouse wheel or trackpad scrolling.
|
void |
setButtonOptions(MapNavigationButtonOptions value)
(Highmaps) General options for the map navigation buttons.
|
void |
setButtons(MapNavigationButtonsOptions value)
(Highmaps) The individual buttons for the map navigation.
|
void |
setEnableButtons(boolean value)
(Highmaps) Whether to enable navigation buttons.
|
void |
setEnabled(boolean value)
(Highmaps) Whether to enable map navigation.
|
void |
setEnableDoubleClickZoom(boolean value)
(Highmaps) Enables zooming in on an area on double clicking in the map.
|
void |
setEnableDoubleClickZoomTo(boolean value)
(Highmaps) Whether to zoom in on an area when that area is double
clicked.
|
void |
setEnableMouseWheelZoom(boolean value)
(Highmaps) Enables zooming by mouse wheel.
|
void |
setEnableTouchZoom(boolean value)
(Highmaps) Whether to enable multitouch zooming.
|
void |
setMouseWheelSensitivity(double value)
(Highmaps) Sensitivity of mouse wheel or trackpad scrolling.
|
@Nullable MapNavigationButtonOptions getButtonOptions()
void setButtonOptions(MapNavigationButtonOptions value)
@Nullable MapNavigationButtonsOptions getButtons()
onclick
, text
and y
options are
individual.void setButtons(MapNavigationButtonsOptions value)
onclick
, text
and y
options are
individual.boolean getEnableButtons()
void setEnableButtons(boolean value)
boolean getEnabled()
void setEnabled(boolean value)
boolean getEnableDoubleClickZoom()
void setEnableDoubleClickZoom(boolean value)
boolean getEnableDoubleClickZoomTo()
void setEnableDoubleClickZoomTo(boolean value)
boolean getEnableMouseWheelZoom()
void setEnableMouseWheelZoom(boolean value)
boolean getEnableTouchZoom()
void setEnableTouchZoom(boolean value)
double getMouseWheelSensitivity()
void setMouseWheelSensitivity(double value)
Copyright © 2020. All rights reserved.