Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Class and Description |
---|---|
class |
Attribution
The attribution control allows you to display attribution data in a small text box on a map.
|
class |
Layers
The layers control gives users the ability to switch between different base layers and switch overlays on/off
|
class |
Scale
A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems.
|
class |
Zoom
A basic zoom control with two buttons (zoom in and zoom out).
|
Modifier and Type | Method and Description |
---|---|
static Control |
L.control(ControlOptions options)
The base class for all Leaflet controls.
|
Modifier and Type | Method and Description |
---|---|
L |
Map.addControl(Control control)
Adds the given control to the map.
|
L |
Map.removeControl(Control control)
Removes the given control from the map.
|
Copyright © 2018 G-Widgets. All rights reserved.