- Icon - Class in com.gwidgets.api.leaflet
-
Represents an icon to provide when creating a marker.
- icon(IconOptions) - Static method in class com.gwidgets.api.leaflet.L
-
Represents an icon to provide when creating a marker.
- icon(Icon) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
Icon class to use for rendering the marker.
- iconAnchor(Point) - Method in class com.gwidgets.api.leaflet.options.DivIconOptions.Builder
-
The coordinates of the "tip" of the icon (relative to its top left corner).
- iconAnchor(Point) - Method in class com.gwidgets.api.leaflet.options.IconOptions.Builder
-
The coordinates of the "tip" of the icon (relative to its top left corner).
- IconOptions - Class in com.gwidgets.api.leaflet.options
-
The Class IconOptions.
- IconOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- iconRetinaUrl(String) - Method in class com.gwidgets.api.leaflet.options.IconOptions.Builder
-
The URL to a retina sized version of the icon image (absolute or relative to your script path).
- iconSize(Point) - Method in class com.gwidgets.api.leaflet.options.DivIconOptions.Builder
-
Size of the icon in pixels.
- iconSize(Point) - Method in class com.gwidgets.api.leaflet.options.IconOptions.Builder
-
Size of the icon image in pixels.
- IControl - Interface in com.gwidgets.api.leaflet
-
Represents a UI element in one of the corners of the map.
- ICRS - Interface in com.gwidgets.api.leaflet
-
Defines coordinate reference systems for projecting geographical points into pixel (screen) coordinates and back (and to coordinates in other units for WMS services).
- IHandler - Interface in com.gwidgets.api.leaflet
-
An interface implemented by interaction handlers.
- ILayer - Interface in com.gwidgets.api.leaflet
-
Represents an object attached to a particular location (or a set of locations) on a map.
- ImageOverlay - Class in com.gwidgets.api.leaflet
-
Used to load and display a single image over specific bounds of the map, implements ILayer interface.
- imageOverlay(String, LatLngBounds, ImageOverlayOptions) - Static method in class com.gwidgets.api.leaflet.L
-
Used to load and display a single image over specific bounds of the map, implements ILayer interface.
- ImageOverlayOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ImageOverlayOptions.
- ImageOverlayOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- imperial(Boolean) - Method in class com.gwidgets.api.leaflet.options.ControlScaleOptions.Builder
-
Whether to show the imperial scale line (mi/ft).
- inertia(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
If enabled, panning of the map will have an inertia effect where the map builds momentum while dragging and continues moving in the same direction for some time.
- inertiaDeceleration(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
The rate with which the inertial movement slows down, in pixels/second2.
- inertiaMaxSpeed(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Max speed of the inertial movement, in pixels/second.
- inertiaThreshold(Number) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Number of milliseconds that should pass between stopping the movement and releasing the mouse or touch to prevent inertial movement.
- initMouseEvent() - Method in class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-
- innerHTML - Variable in class com.gwidgets.api.leaflet.elemental.Element
-
- intersects(Bounds) - Method in class com.gwidgets.api.leaflet.Bounds
-
Returns true if the rectangle intersects the given bounds.
- intersects(LatLngBounds) - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Returns true if the rectangle intersects the given bounds.
- invalidateSize(Boolean) - Method in class com.gwidgets.api.leaflet.Map
-
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
- invalidateSize(ZoomPanOptions) - Method in class com.gwidgets.api.leaflet.Map
-
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
- IProjection - Interface in com.gwidgets.api.leaflet
-
An object with methods for projecting geographical coordinates of the world onto a flat surface (and back).
- isValid() - Method in class com.gwidgets.api.leaflet.Bounds
-
Returns true if the bounds are properly initialized.
- isValid() - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Returns true if the bounds are properly initialized.