- keepBuffer(double) - Method in class com.gwidgets.api.leaflet.options.GridLayerOptions.Builder
-
- keepBuffer(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
- keepBuffer(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
-
- 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 - Variable in class com.gwidgets.api.leaflet.Map
-
Keyboard navigation handler.
- 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.
- KeyboardEvent - Class in com.gwidgets.api.leaflet.events
-
The Class KeyboardEvent.
- keyboardPanDelta(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Amount of pixels to pan when pressing an arrow key.
- KEYPRESS - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
-