Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

L

L - Class in com.gwidgets.api.leaflet
The Master class of leaflet.
L.control - Class in com.gwidgets.api.leaflet
The Class control.
L.CRS - Class in com.gwidgets.api.leaflet
The Class CRS.
L.Projection - Class in com.gwidgets.api.leaflet
 
L.tileLayer - Class in com.gwidgets.api.leaflet
Used to load and display tile layers on the map.
L.Transformation - Class in com.gwidgets.api.leaflet
The Class Transformation.
lat - Variable in class com.gwidgets.api.leaflet.LatLng
Latitude in degrees.
latLng(double, double) - 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(double, double) - 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.
latLngsToCoords(JsArray<JavaScriptObject>, double, Boolean) - Method in class com.gwidgets.api.leaflet.GeoJSON
Reverse of coordsToLatLngs closed determines whether the first point should be appended to the end of the array to close the feature, only used when levelsDeep is 0.
latLngToContainerPoint(LatLng) - Method in class com.gwidgets.api.leaflet.Map
Returns the map container point that corresponds to the given geographical coordinates.
latLngToCoords(LatLng) - Method in class com.gwidgets.api.leaflet.GeoJSON
Reverse of coordsToLatLng.
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, double) - Method in class com.gwidgets.api.leaflet.CRS
Projects geographical coordinates on a given zoom into pixel coordinates.
Layer - Interface in com.gwidgets.api.leaflet
Represents an object attached to a particular location (or a set of locations) on a map.
LAYERADD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.FeatureGroupEvents
 
LAYERADD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GeoJsonEvents
 
LAYERADD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
LayerEvent - Class in com.gwidgets.api.leaflet.events
The Class LayerEvent.
LayerEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.LayerEvents
 
layerGroup(Layer[]) - 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.
LayerGroup() - Constructor for class com.gwidgets.api.leaflet.LayerGroup
 
LayerGroupEvents() - Constructor for class com.gwidgets.api.leaflet.events.EventTypes.LayerGroupEvents
 
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.
LAYERREMOVE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.FeatureGroupEvents
 
LAYERREMOVE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GeoJsonEvents
 
LAYERREMOVE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
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() - Constructor for class com.gwidgets.api.leaflet.Layers
 
layers(Layer[]) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
Layers that will be added to the map initially.
LayersControlEvent - Class in com.gwidgets.api.leaflet.events
The Class LayerControlEvent.
LeafletResources - Class in com.gwidgets.api.leaflet.utils
 
LeafletResources() - Constructor for class com.gwidgets.api.leaflet.utils.LeafletResources
 
lineCap(String) - Method in class com.gwidgets.api.leaflet.options.CircleOptions.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.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.CircleOptions.Builder
A string that defines shape to be used at the corners of the stroke.
lineJoin(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
A string that defines shape to be used at the corners of the stroke.
lineJoin(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
A string that defines shape to be used at the corners of the stroke.
listens(String) - Method in class com.gwidgets.api.leaflet.CircleMarker
 
listens(String) - Method in interface com.gwidgets.api.leaflet.Evented
Returns true if a particular event type has any listeners attached to it.
listens(String) - Method in class com.gwidgets.api.leaflet.GridLayer
 
listens(String) - Method in class com.gwidgets.api.leaflet.Icon
 
listens(String) - Method in class com.gwidgets.api.leaflet.ImageOverlay
 
listens(String) - Method in class com.gwidgets.api.leaflet.LayerGroup
 
listens(String) - Method in class com.gwidgets.api.leaflet.Map
 
listens(String) - Method in class com.gwidgets.api.leaflet.Marker
 
listens(String) - Method in class com.gwidgets.api.leaflet.Polyline
 
listens(String) - Method in class com.gwidgets.api.leaflet.Popup
 
listens(String) - Method in class com.gwidgets.api.leaflet.Renderer
 
listens(String) - Method in class com.gwidgets.api.leaflet.Tooltip
 
lng - Variable in class com.gwidgets.api.leaflet.LatLng
Longitude in degrees.The lng.
LOAD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GridLayerEvents
 
LOAD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
LOAD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerEvents
 
LOAD - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerWMSEvents
 
LOADING - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.GridLayerEvents
 
LOADING - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerEvents
 
LOADING - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.TileLayerWMSEvents
 
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.
LOCATIONERROR - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
LocationEvent - Class in com.gwidgets.api.leaflet.events
The Class LocationEvent.
LOCATIONFOUND - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
 
LonLat - Static variable in class com.gwidgets.api.leaflet.L.Projection
Equirectangular, or Plate Carree projection the most simple projection, mostly used by GIS enthusiasts.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links