ControlsOptions
Constructor
Methods
build
Builds the object.
def build() -> geomap.ControlsOptions
mouse_wheel_zoom
let the mouse wheel zoom
def mouse_wheel_zoom(mouse_wheel_zoom: bool) -> typing.Self
show_attribution
Lower right
def show_attribution(show_attribution: bool) -> typing.Self
show_debug
Show debug
def show_debug(show_debug: bool) -> typing.Self
show_measure
Show measure
def show_measure(show_measure: bool) -> typing.Self
show_scale
Scale options
def show_scale(show_scale: bool) -> typing.Self
show_zoom
Zoom (upper left)
def show_zoom(show_zoom: bool) -> typing.Self
See also