- dashArray(String) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
- dashArray(String) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
- detectRetina(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If true and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.
- disable() - Method in interface com.gwidgets.api.leaflet.IHandler
-
Disables the handler.
- distanceTo(LatLng) - Method in class com.gwidgets.api.leaflet.LatLng
-
Returns the distance (in meters) to the given LatLng calculated using the Haversine formula.
- distanceTo(Point) - Method in class com.gwidgets.api.leaflet.Point
-
Returns the distance between the current and the given points.
- DivIcon - Class in com.gwidgets.api.leaflet
-
Represents a lightweight icon for markers that uses a simple div element instead of an image.
- divIcon(DivIconOptions) - Static method in class com.gwidgets.api.leaflet.L
-
Represents a lightweight icon for markers that uses a simple div element instead of an image.
- DivIconOptions - Class in com.gwidgets.api.leaflet.options
-
The Class DivIconOptions.
- DivIconOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- divideBy(Number, Boolean) - Method in class com.gwidgets.api.leaflet.Point
-
Returns the result of division of the current point by the given number.
- Document - Class in com.gwidgets.api.leaflet.elemental
-
- Document() - Constructor for class com.gwidgets.api.leaflet.elemental.Document
-
- DOMMouseEvent - Class in com.gwidgets.api.leaflet.elemental
-
- DOMMouseEvent() - Constructor for class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-
- doubleClickZoom(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
- draggable(Boolean) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
Whether the marker is draggable with mouse/touch or not.
- dragging(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the map is draggable with mouse/touch or not.
- drawTile(HTMLCanvasElement, Point, Number) - Method in class com.gwidgets.api.leaflet.Canvas
-
You need to define this method after creating the instance to draw tiles; canvas is the actual canvas tile on which you can draw, tilePoint represents the tile numbers, and zoom is the current zoom.
- duration(Number) - Method in class com.gwidgets.api.leaflet.options.PanOptions.Builder
-
Duration of animated panning.