- keepInView(Boolean) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Set it to true if you want to prevent users from panning the popup off of the screen while it is open.
- keyboard(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Makes the map focusable and allows users to navigate the map with keyboard arrows and +/- keys.
- keyboard(Boolean) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
Whether the marker can be tabbed to with a keyboard and clicked by pressing enter.
- keyboardPanOffset(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Amount of pixels to pan when pressing an arrow key.
- keyboardZoomOffset(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Number of zoom levels to change when pressing + or - key.