- unbindPopup() - Method in class com.gwidgets.api.leaflet.Marker
-
Unbinds the popup previously bound to the marker with bindPopup.
- unbindPopup() - Method in class com.gwidgets.api.leaflet.Path
-
Unbind popup.
- unloadInvisibleTiles(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If true, all the tiles that are not visible after panning are removed (for better performance).
- unproject(Point) - Method in interface com.gwidgets.api.leaflet.IProjection
-
The inverse of project.
- unproject(Point, Number) - Method in class com.gwidgets.api.leaflet.Map
-
Projects the given absolute pixel coordinates to geographical coordinates for the given zoom level (current zoom level by default).
- untransform(Point, Number) - Method in class com.gwidgets.api.leaflet.Transformation
-
Returns the reverse transformation of the given point, optionally divided by the given scale.
- update() - Method in class com.gwidgets.api.leaflet.Marker
-
Updates the marker position, useful if coordinates of its latLng object were changed directly.
- update() - Method in class com.gwidgets.api.leaflet.Popup
-
Updates the popup content, layout and position.
- updateWhenIdle(Boolean) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
-
If true, the control is updated on moveend, otherwise it's always up-to-date (updated on move).
- updateWhenIdle(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If false, new tiles are loaded during panning, otherwise only after it (for better performance).