- L - Class in com.gwidgets.api.leaflet
-
The Master class of leaflet.
- L.control - Class in com.gwidgets.api.leaflet
-
The Class control.
- L.tileLayer - Class in com.gwidgets.api.leaflet
-
Used to load and display tile layers on the map.
- lat - Variable in class com.gwidgets.api.leaflet.LatLng
-
Latitude in degrees.
- latLng(Number, Number) - Static method in class com.gwidgets.api.leaflet.L
-
Represents a geographical point with a certain latitude and longitude.
- LatLng - Class in com.gwidgets.api.leaflet
-
Represents a geographical point with a certain latitude and longitude.
- LatLng(Number, Number) - Constructor for class com.gwidgets.api.leaflet.LatLng
-
Instantiates a new lat lng.
- latLngBounds(LatLng, LatLng) - Static method in class com.gwidgets.api.leaflet.L
-
Represents a rectangular geographical area on a map.
- LatLngBounds - Class in com.gwidgets.api.leaflet
-
Represents a rectangular geographical area on a map.
- latLngToContainerPoint(LatLng) - Method in class com.gwidgets.api.leaflet.Map
-
Returns the map container point that corresponds to the given geographical coordinates.
- latLngToLayerPoint(LatLng) - Method in class com.gwidgets.api.leaflet.Map
-
Returns the map layer point that corresponds to the given geographical coordinates (useful for placing overlays on the map).
- latLngToPoint(LatLng, Number) - Method in interface com.gwidgets.api.leaflet.ICRS
-
Projects geographical coordinates on a given zoom into pixel coordinates.
- LayerControlEvent - Class in com.gwidgets.api.leaflet.events
-
- LayerEvent - Class in com.gwidgets.api.leaflet.events
-
- layerGroup(ILayer[]) - Static method in class com.gwidgets.api.leaflet.L
-
Used to group several layers and handle them as one.
- LayerGroup - Class in com.gwidgets.api.leaflet
-
Used to group several layers and handle them as one.
- layerPointToContainerPoint(Point) - Method in class com.gwidgets.api.leaflet.Map
-
Converts the point relative to the map layer to a point relative to the map container.
- layerPointToLatLng(Point) - Method in class com.gwidgets.api.leaflet.Map
-
Returns the geographical coordinates of a given map layer point.
- layers(JavaScriptObject, JavaScriptObject, ControlLayersOptions) - Static method in class com.gwidgets.api.leaflet.L.control
-
The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example).
- Layers - Class in com.gwidgets.api.leaflet
-
The layers control gives users the ability to switch between different base layers and switch overlays on/off
- layers(ILayer[]) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Layers that will be added to the map initially.
- lineCap(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
A string that defines
shape to be used at the end of the stroke.
- lineCap(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
A string that defines
shape to be used at the end of the stroke.
- lineJoin(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
- lineJoin(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
- lng - Variable in class com.gwidgets.api.leaflet.LatLng
-
Longitude in degrees.The lng.
- locate(LocateOptions) - Method in class com.gwidgets.api.leaflet.Map
-
Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success or a locationerror event on failure, and optionally sets the map view to the user's location with respect to detection accuracy (or to the world view if geolocation failed).
- LocateOptions - Class in com.gwidgets.api.leaflet.options
-
The Class LocateOptions.
- LocateOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- LocationEvent - Class in com.gwidgets.api.leaflet.events
-