- call(JavaScriptObject) - Method in interface com.gwidgets.api.leaflet.elemental.Function
-
- Canvas - Class in com.gwidgets.api.leaflet
-
Used to create Canvas-based tile layers where tiles get drawn on the browser side.
- canvas(TileLayerOptions) - Static method in class com.gwidgets.api.leaflet.L.tileLayer
-
Used to create Canvas-based tile layers where tiles get drawn on the browser side.
- Circle - Class in com.gwidgets.api.leaflet
-
A class for drawing circle overlays on a map.
- circle(LatLng, Number, PathOptions) - Static method in class com.gwidgets.api.leaflet.L
-
A class for drawing circle overlays on a map.
- CircleMarker - Class in com.gwidgets.api.leaflet
-
A circle of a fixed size with radius specified in pixels.
- circleMarker(LatLng, PathOptions) - Static method in class com.gwidgets.api.leaflet.L
-
A circle of a fixed size with radius specified in pixels.
- className(String) - Method in class com.gwidgets.api.leaflet.options.DivIconOptions.Builder
-
A custom class name to assign to the icon.
- className(String) - Method in class com.gwidgets.api.leaflet.options.IconOptions.Builder
-
A custom class name to assign to both icon and shadow images.
- className(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
Custom class name set on an element.
- className(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
Custom class name set on an element.
- clearAllEventListeners() - Static method in class com.gwidgets.api.leaflet.FeatureGroup
-
Clear all event listeners.
- clearAllEventListeners() - Static method in class com.gwidgets.api.leaflet.Layers
-
Clear all event listeners.
- clearAllEventListeners() - Method in class com.gwidgets.api.leaflet.Map
-
Clear all event listeners.
- clearAllEventListeners() - Static method in class com.gwidgets.api.leaflet.Marker
-
Clear all event listeners.
- clearAllEventListeners() - Static method in class com.gwidgets.api.leaflet.Path
-
Clear all event listeners.
- clearAllEventListeners() - Static method in class com.gwidgets.api.leaflet.PosAnimation
-
Clear all event listeners.
- clearAllEventListeners() - Static method in class com.gwidgets.api.leaflet.TileLayer
-
Clear all event listeners.
- clearLayers() - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Removes all the layers from the group.
- clickable(Boolean) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
If false, the marker will not emit mouse events and will act as a part of the underlying map.
- clickable(Boolean) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
If false, the vector will not emit mouse events and will act as a
part of the underlying map.
- clickable(Boolean) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
If false, the vector will not emit mouse events and will act as a
part of the underlying map.
- clientX - Variable in class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-
- clientY - Variable in class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-
- clone() - Method in class com.gwidgets.api.leaflet.Point
-
- closeButton(Boolean) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Controls the presence of a close button in the popup.
- closeOnClick(Boolean) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Set it to false if you want to override the default behavior of the popup closing when user clicks the map (set globally by the Map closePopupOnClick option).
- closePopup(Popup) - Method in class com.gwidgets.api.leaflet.Map
-
Closes the popup previously opened with openPopup
- closePopup() - Method in class com.gwidgets.api.leaflet.Marker
-
Closes the bound popup of the marker if it's opened.
- closePopup() - Method in class com.gwidgets.api.leaflet.Path
-
Closes the path's bound popup if it is opened.
- closePopupOnClick(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Set it to false if you don't want popups to close when user clicks the map.
- collapsed(Boolean) - Method in class com.gwidgets.api.leaflet.options.ControlLayersOptions.Builder
-
If true, the control will be collapsed into an icon and expanded on mouse hover or touch.
- color(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
Stroke color.
- color(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
Stroke color.
- com.gwidgets.api.leaflet - package com.gwidgets.api.leaflet
-
- com.gwidgets.api.leaflet.elemental - package com.gwidgets.api.leaflet.elemental
-
- com.gwidgets.api.leaflet.events - package com.gwidgets.api.leaflet.events
-
- com.gwidgets.api.leaflet.options - package com.gwidgets.api.leaflet.options
-
- containerPointToLatLng(Point) - Method in class com.gwidgets.api.leaflet.Map
-
Returns the geographical coordinates of a given map container point.
- containerPointToLayerPoint(Point) - Method in class com.gwidgets.api.leaflet.Map
-
Converts the point relative to the map container to a point relative to the map layer.
- contains(Bounds) - Method in class com.gwidgets.api.leaflet.Bounds
-
Returns true if the rectangle contains the given one.
- contains(Point) - Method in class com.gwidgets.api.leaflet.Bounds
-
Returns true if the rectangle contains the given point.
- contains(LatLngBounds) - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Returns true if the rectangle contains the given one.
- contains(LatLng) - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Returns true if the rectangle contains the given point.
- contains(Point) - Method in class com.gwidgets.api.leaflet.Point
-
Returns true if the both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).
- continuousWorld(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If set to true, the tile coordinates won't be wrapped by world width (-180 to 180 longitude) or clamped to lie within world height (-90 to 90).
- Control - Class in com.gwidgets.api.leaflet
-
The base class for all Leaflet controls.
- control(ControlOptions) - Static method in class com.gwidgets.api.leaflet.L
-
The base class for all Leaflet controls.
- ControlAttributionOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ControlAttributionOptions.
- ControlAttributionOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The options Builder.
- ControlLayersOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ControlLayersOptions.
- ControlLayersOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- ControlOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ControlOptions.
- ControlOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- ControlScaleOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ControlScaleOptions.
- ControlScaleOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- ControlZoomOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ControlZoomOptions.
- ControlZoomOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
- coordsToLatlng(JsArray<JavaScriptObject>, Boolean) - Static method in class com.gwidgets.api.leaflet.GeoJSON
-
Creates a LatLng object from an array of 2 numbers (latitude, longitude) used in GeoJSON for points.
- coordsToLatLng(JsArray<JavaScriptObject>) - Method in interface com.gwidgets.api.leaflet.options.GeoJSONOptions
-
Function that will be used for converting GeoJSON coordinates to LatLng points (if not specified, coords will be assumed to be WGS84 — standard [longitude, latitude] values in degrees).
- coordsToLatlngs(JsArray<JavaScriptObject>, Number, Boolean) - Static method in class com.gwidgets.api.leaflet.GeoJSON
-
Creates a multidimensional array of LatLng objects from a GeoJSON coordinates array.
- crs(ICRS) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
-
Coordinate Reference System to use for the WMS requests, defaults to
map CRS.
- ctrlKey - Variable in class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-