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

A

add(Point) - Method in class net.java.html.leaflet.Point
Returns the result of addition of the current and the given points.
addDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Map
Adds a drag end listener to a particular drag end event type of the object.
addDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Marker
Adds a drag end listener to a particular drag end event type of the object.
addErrorListener(ErrorEvent.Type, ErrorListener) - Method in class net.java.html.leaflet.Map
Adds a error listener to a particular error event type of the object.
addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Map
Adds a event listener to a particular event type of the object.
addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Marker
Adds a event listener to a particular event type of the object.
addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Path
Adds a event listener to a particular event type of the object.
addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.TileLayer
Adds a event listener to a particular event type of the object.
addLatLng(LatLng) - Method in class net.java.html.leaflet.Polygon
Adds a given point to the polygon.
addLatLng(LatLng) - Method in class net.java.html.leaflet.PolyLine
Adds a given point to the polyline.
addLatLng(LatLng) - Method in class net.java.html.leaflet.Rectangle
Adds a given point to the rectangle.
addLayer(ILayer) - Method in class net.java.html.leaflet.FeatureGroup
Adds a given layer to the group.
addLayer(ILayer) - Method in class net.java.html.leaflet.LayerGroup
Adds a given layer to the group.
addLayer(ILayer) - Method in class net.java.html.leaflet.Map
Adds the given layer to the map.
addLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolygon
Adds a given layer to the group.
addLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolyline
Adds a given layer to the group.
addLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.FeatureGroup
Adds a layer listener to a particular layer event type of the object.
addLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.Map
Adds a layer listener to a particular layer event type of the object.
addLocationListener(LocationEvent.Type, LocationListener) - Method in class net.java.html.leaflet.Map
Adds a location listener to a particular location event type of the object.
addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.FeatureGroup
Adds a mouse listener to a particular mouse event type of the object.
addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Map
Adds a mouse listener to a particular mouse event type of the object.
addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Marker
Adds a mouse listener to a particular mouse event type of the object.
addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Path
Adds a mouse listener to a particular mouse event type of the object.
addPopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Map
Adds a popup listener to a particular popup event type of the object.
addPopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Marker
Adds a popup listener to a particular popup event type of the object.
addPopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Path
Adds a popup listener to a particular popup event type of the object.
addResizeListener(ResizeEvent.Type, ResizeListener) - Method in class net.java.html.leaflet.Map
Adds a resize listener to a particular resize event type of the object.
addTileListener(TileEvent.Type, TileListener) - Method in class net.java.html.leaflet.TileLayer
Adds a tile listener to a particular tile event type of the object.
addTo(Map) - Method in class net.java.html.leaflet.Circle
Adds the layer to the map.
addTo(Map) - Method in class net.java.html.leaflet.CircleMarker
Adds the layer to the map.
addTo(Map) - Method in class net.java.html.leaflet.FeatureGroup
Adds the group of layers to the map.
addTo(Map) - Method in class net.java.html.leaflet.ImageOverlay
Adds the layer to the map.
addTo(Map) - Method in class net.java.html.leaflet.LayerGroup
Adds the group of layers to the map.
addTo(Map) - Method in class net.java.html.leaflet.Marker
Adds the marker to the map.
addTo(Map) - Method in class net.java.html.leaflet.MultiPolygon
Adds the group of layers to the map.
addTo(Map) - Method in class net.java.html.leaflet.MultiPolyline
Adds the group of layers to the map.
addTo(Map) - Method in class net.java.html.leaflet.Path
Adds the layer to the map.
addTo(Map) - Method in class net.java.html.leaflet.Polygon
Adds the layer to the map.
addTo(Map) - Method in class net.java.html.leaflet.PolyLine
Adds the layer to the map.
addTo(Map) - Method in class net.java.html.leaflet.Popup
Adds the popup to the map.
addTo(Map) - Method in class net.java.html.leaflet.Rectangle
Adds the layer to the map.

B

bindPopup(String) - Method in class net.java.html.leaflet.Circle
Binds a popup with a particular HTML content to a click on this circle.
bindPopup(Popup) - Method in class net.java.html.leaflet.Circle
Binds a popup to a click on this circle.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Circle
Binds a popup with a particular popup configuration options to a click on this circle.
bindPopup(String) - Method in class net.java.html.leaflet.CircleMarker
Binds a popup with a particular HTML content to a click on this marker.
bindPopup(Popup) - Method in class net.java.html.leaflet.CircleMarker
Binds a popup to a click on this marker.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.CircleMarker
Binds a popup with a particular popup configuration options to a click on this marker.
bindPopup(String) - Method in class net.java.html.leaflet.FeatureGroup
Binds a popup with a particular HTML content to a click on this group.
bindPopup(String, PopupOptions) - Method in class net.java.html.leaflet.FeatureGroup
Binds a popup with a particular HTML content and the given options to the group.
bindPopup(String) - Method in class net.java.html.leaflet.ImageOverlay
Binds a popup with a particular HTML content to a click on this overlay.
bindPopup(Popup) - Method in class net.java.html.leaflet.ImageOverlay
Binds a given popup object to the overlay.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.ImageOverlay
Binds a given popup object with the given options to the overlay.
bindPopup(String) - Method in class net.java.html.leaflet.Marker
Binds a popup with a particular HTML content to a click on this marker.
bindPopup(Popup) - Method in class net.java.html.leaflet.Marker
Binds a popup to a click on this marker.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Marker
Binds a popup with a particular popup configuration options to a click on this marker.
bindPopup(String) - Method in class net.java.html.leaflet.MultiPolygon
Binds a popup with a particular HTML content to a click on this group.
bindPopup(String, PopupOptions) - Method in class net.java.html.leaflet.MultiPolygon
Binds a popup with a particular HTML content and the given options to the group.
bindPopup(String) - Method in class net.java.html.leaflet.MultiPolyline
Binds a popup with a particular HTML content to a click on this group.
bindPopup(String, PopupOptions) - Method in class net.java.html.leaflet.MultiPolyline
Binds a popup with a particular HTML content and the given options to the group.
bindPopup(String) - Method in class net.java.html.leaflet.Path
Binds a popup with a particular HTML content to a click on this path.
bindPopup(Popup) - Method in class net.java.html.leaflet.Path
Binds a given popup object to the path.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Path
Binds a given popup object with the given options to the path.
bindPopup(String) - Method in class net.java.html.leaflet.Polygon
Binds a popup with a particular HTML content to a click on this polygon.
bindPopup(Popup) - Method in class net.java.html.leaflet.Polygon
Binds a popup to a click on this polygon.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Polygon
Binds a popup with a particular popup configuration options to a click on this polygon.
bindPopup(String) - Method in class net.java.html.leaflet.PolyLine
Binds a popup with a particular HTML content to a click on this polyline.
bindPopup(Popup) - Method in class net.java.html.leaflet.PolyLine
Binds a popup to a click on this polyline.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.PolyLine
Binds a popup with a particular popup configuration options to a click on this polyline.
bindPopup(String) - Method in class net.java.html.leaflet.Rectangle
Binds a popup with a particular HTML content to a click on this rectangle.
bindPopup(Popup) - Method in class net.java.html.leaflet.Rectangle
Binds a given popup object to the rectangle.
bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Rectangle
Binds a given popup object with the given options to the rectangle.
Bounds - Class in net.java.html.leaflet
Represents a rectangular area in pixel coordinates.
Bounds(Point, Point) - Constructor for class net.java.html.leaflet.Bounds
Creates a Bounds object from two coordinates.
Bounds(Point[]) - Constructor for class net.java.html.leaflet.Bounds
Creates a Bounds object defined by the points it contains.
bringToBack() - Method in class net.java.html.leaflet.Circle
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.CircleMarker
Brings the layer to the top of all path layers.
bringToBack() - Method in class net.java.html.leaflet.FeatureGroup
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.ImageOverlay
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.MultiPolygon
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.MultiPolyline
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.Path
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.Polygon
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.PolyLine
Brings the layer to the bottom of all path layers.
bringToBack() - Method in class net.java.html.leaflet.Rectangle
Brings the layer to the bottom of all path layers.
bringToFront() - Method in class net.java.html.leaflet.Circle
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.CircleMarker
Returns the LatLngBounds of the Circle Marker.
bringToFront() - Method in class net.java.html.leaflet.FeatureGroup
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.ImageOverlay
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.MultiPolygon
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.MultiPolyline
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.Path
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.Polygon
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.PolyLine
Brings the layer to the top of all path layers.
bringToFront() - Method in class net.java.html.leaflet.Rectangle
Brings the layer to the top of all path layers.

C

Circle - Class in net.java.html.leaflet
A class for drawing circle overlays on a map.
Circle(LatLng, double) - Constructor for class net.java.html.leaflet.Circle
Instantiates a circle object given a geographical point and a radius in meters.
Circle(LatLng, double, PathOptions) - Constructor for class net.java.html.leaflet.Circle
Instantiates a circle object given a geographical point, a radius in meters and an options object.
CircleMarker - Class in net.java.html.leaflet
Class representing a marker on a map.
CircleMarker(LatLng) - Constructor for class net.java.html.leaflet.CircleMarker
Instantiates a circle marker given a geographical point.
CircleMarker(LatLng, PathOptions) - Constructor for class net.java.html.leaflet.CircleMarker
Instantiates a circle marker given a geographical point and an options object.
clearAllEventListeners() - Method in class net.java.html.leaflet.FeatureGroup
Removes all listeners to all events on the object.
clearAllEventListeners() - Method in class net.java.html.leaflet.Map
Removes all listeners to all events on the object.
clearAllEventListeners() - Method in class net.java.html.leaflet.Marker
Removes all listeners to all events on the object.
clearAllEventListeners() - Method in class net.java.html.leaflet.Path
Removes all listeners to all events on the object.
clearAllEventListeners() - Method in class net.java.html.leaflet.TileLayer
Removes all listeners to all events on the object.
clearLayers() - Method in class net.java.html.leaflet.FeatureGroup
Removes all the layers from the group.
clearLayers() - Method in class net.java.html.leaflet.LayerGroup
Removes all the layers from the group.
clearLayers() - Method in class net.java.html.leaflet.MultiPolygon
Removes all the layers from the group.
clearLayers() - Method in class net.java.html.leaflet.MultiPolyline
Removes all the layers from the group.
clone() - Method in class net.java.html.leaflet.Point
Returns a copy of the current point.
closePopup() - Method in class net.java.html.leaflet.Circle
Closes the bound popup of the circle if it's opened.
closePopup() - Method in class net.java.html.leaflet.CircleMarker
Closes the bound popup of the marker if it's opened.
closePopup() - Method in class net.java.html.leaflet.ImageOverlay
Closes the overlay's bound popup if it is opened.
closePopup() - Method in class net.java.html.leaflet.Map
Closes the popup previously opened with Map.openPopup(java.lang.String, net.java.html.leaflet.LatLng).
closePopup(Popup) - Method in class net.java.html.leaflet.Map
Closes the given popup.
closePopup() - Method in class net.java.html.leaflet.Marker
Closes the bound popup of the marker if it's opened.
closePopup() - Method in class net.java.html.leaflet.Path
Closes the path's bound popup if it is opened.
closePopup() - Method in class net.java.html.leaflet.Polygon
Closes the bound popup of the polygon if it's opened.
closePopup() - Method in class net.java.html.leaflet.PolyLine
Closes the bound popup of the polyline if it's opened.
closePopup() - Method in class net.java.html.leaflet.Rectangle
Closes the rectangle's bound popup if it is opened.
containerPointToLatLng(Point) - Method in class net.java.html.leaflet.Map
Returns the geographical coordinates of a given map container point.
containerPointToLayerPoint(Point) - Method in class net.java.html.leaflet.Map
Converts the point relative to the map container to a point relative to the map layer.
contains(Bounds) - Method in class net.java.html.leaflet.Bounds
Returns true if the rectangle contains the given one.
contains(Point) - Method in class net.java.html.leaflet.Bounds
Returns true if the rectangle contains the given point.
contains(LatLngBounds) - Method in class net.java.html.leaflet.LatLngBounds
Returns true if the rectangle contains the given one.
contains(LatLng) - Method in class net.java.html.leaflet.LatLngBounds
Returns true if the rectangle contains the given point.
contains(Point) - Method in class net.java.html.leaflet.Point
Returns true if the both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).

D

distanceTo(LatLng) - Method in class net.java.html.leaflet.LatLng
Returns the distance (in meters) to the given LatLng calculated using the Haversine formula.
distanceTo(Point) - Method in class net.java.html.leaflet.Point
Returns the distance between the current and the given points.
divideBy(double) - Method in class net.java.html.leaflet.Point
Returns the result of division of the current point by the given number.
divideBy(double, boolean) - Method in class net.java.html.leaflet.Point
Returns the result of division of the current point by the given number.
DragEndEvent - Class in net.java.html.leaflet.event
 
DragEndEvent(Object, String, double) - Constructor for class net.java.html.leaflet.event.DragEndEvent
 
DragEndEvent.Type - Enum in net.java.html.leaflet.event
 
DragEndListener - Interface in net.java.html.leaflet.event
 

E

equals(Object) - Method in class net.java.html.leaflet.LatLng
Returns true if the given LatLng point is at the same position (within a small margin of error).
equals(Object) - Method in class net.java.html.leaflet.LatLngBounds
Returns true if the rectangle is equivalent (within a small margin of error) to the given bounds.
equals(Object) - Method in class net.java.html.leaflet.Point
Returns true if the given point has the same coordinates.
ErrorEvent - Class in net.java.html.leaflet.event
 
ErrorEvent(Object, String, String, int) - Constructor for class net.java.html.leaflet.event.ErrorEvent
 
ErrorEvent.Type - Enum in net.java.html.leaflet.event
 
ErrorListener - Interface in net.java.html.leaflet.event
 
Event - Class in net.java.html.leaflet.event
 
Event(Object, String) - Constructor for class net.java.html.leaflet.event.Event
 
Event.Type - Enum in net.java.html.leaflet.event
 
EventListener<T extends Event> - Interface in net.java.html.leaflet.event
 
extend(Point) - Method in class net.java.html.leaflet.Bounds
Extends the bounds to contain the given point.
extend(LatLng) - Method in class net.java.html.leaflet.LatLngBounds
Extends the bounds to contain the given point.
extend(LatLngBounds) - Method in class net.java.html.leaflet.LatLngBounds
Extends the bounds to contain the given bound.

F

FeatureGroup - Class in net.java.html.leaflet
A group of features.
FeatureGroup(ILayer[]) - Constructor for class net.java.html.leaflet.FeatureGroup
 
floor() - Method in class net.java.html.leaflet.Point
Returns a copy of the current point with floored coordinates (rounded down).

G

get() - Method in class net.java.html.leaflet.LonLatProjection
Returns the Instance of LonLatProjection
get() - Method in class net.java.html.leaflet.MercatorProjection
Returns the instance of the Mercator Projection
get() - Method in class net.java.html.leaflet.SphericalMercatorProjection
Returns the instance of the Spherical Mercator Projection
getAccuracy() - Method in class net.java.html.leaflet.event.LocationEvent
 
getAltitude() - Method in class net.java.html.leaflet.event.LocationEvent
 
getAltitudeAccuracy() - Method in class net.java.html.leaflet.event.LocationEvent
 
getBounds() - Method in class net.java.html.leaflet.event.LocationEvent
 
getBounds() - Method in class net.java.html.leaflet.FeatureGroup
Returns the LatLngBounds of the layers.
getBounds() - Method in class net.java.html.leaflet.Map
Returns the LatLngBounds of the current map view.
getBounds() - Method in class net.java.html.leaflet.Path
Returns the LatLngBounds of the path.
getBoundsZoom(LatLngBounds) - Method in class net.java.html.leaflet.Map
Returns the maximum zoom level on which the given bounds fit to the map view in its entirety.
getBoundsZoom(LatLngBounds, boolean) - Method in class net.java.html.leaflet.Map
Returns the maximum zoom level on which the given bounds fit to the map view in its entirety.
getCenter() - Method in class net.java.html.leaflet.Bounds
Returns the center point of the bounds.
getCenter() - Method in class net.java.html.leaflet.LatLngBounds
Returns the center point of the bounds.
getCenter() - Method in class net.java.html.leaflet.Map
Returns the geographical center of the map view.
getCode() - Method in class net.java.html.leaflet.event.ErrorEvent
 
getCode() - Method in class net.java.html.leaflet.ICRS
Retrieves the standard code name of the CRS passed into WMS services (e.g.
getContainerPoint() - Method in class net.java.html.leaflet.event.MouseEvent
 
getContent() - Method in class net.java.html.leaflet.Popup
Returns the content of the popup.
getDistance() - Method in class net.java.html.leaflet.event.DragEndEvent
 
getEast() - Method in class net.java.html.leaflet.LatLngBounds
Returns the east longitude of the bounds.
getEPSG3395() - Static method in class net.java.html.leaflet.ICRS
Rarely used by some commercial tile providers.
getEPSG3857() - Static method in class net.java.html.leaflet.ICRS
The most common CRS for online maps, used by almost all free and commercial tile providers.
getEPSG4326() - Static method in class net.java.html.leaflet.ICRS
A common CRS among GIS enthusiasts.
getHeading() - Method in class net.java.html.leaflet.event.LocationEvent
 
getLatitude() - Method in class net.java.html.leaflet.LatLng
Getter for the latitude in degrees.
getLatLng() - Method in class net.java.html.leaflet.Circle
Returns the current geographical position of the circle.
getLatlng() - Method in class net.java.html.leaflet.event.LocationEvent
 
getLatLng() - Method in class net.java.html.leaflet.event.MouseEvent
 
getLatLng() - Method in class net.java.html.leaflet.Marker
Returns the current geographical position of the marker.
getLatLng() - Method in class net.java.html.leaflet.Popup
Returns the geographical point of popup.
getLatLngs() - Method in class net.java.html.leaflet.MultiPolygon
Returns an array of arrays of geographical points in each polygon.
getLatLngs() - Method in class net.java.html.leaflet.MultiPolyline
Returns an array of arrays of geographical points in each line.
getLatLngs() - Method in class net.java.html.leaflet.PolyLine
Returns an array of the points in the path.
getLayer() - Method in class net.java.html.leaflet.event.LayerEvent
 
getLayerPoint() - Method in class net.java.html.leaflet.event.MouseEvent
 
getLayers() - Method in class net.java.html.leaflet.LayerGroup
Returns all layers in the group
getLayers() - Method in class net.java.html.leaflet.Map
Returns all layers.
getLongitude() - Method in class net.java.html.leaflet.LatLng
Getter for the longitude in degrees.
getMax() - Method in class net.java.html.leaflet.Bounds
Gets the bottom right corner of the rectangle.
getMaxZoom() - Method in class net.java.html.leaflet.Map
Returns the maximum zoom level of the map.
getMessage() - Method in class net.java.html.leaflet.event.ErrorEvent
 
getMin() - Method in class net.java.html.leaflet.Bounds
Gets the top left corner of the rectangle.
getMinZoom() - Method in class net.java.html.leaflet.Map
Returns the minimum zoom level of the map.
getNewSize() - Method in class net.java.html.leaflet.event.ResizeEvent
 
getNorth() - Method in class net.java.html.leaflet.LatLngBounds
Returns the north latitude of the bounds.
getNorthEast() - Method in class net.java.html.leaflet.LatLngBounds
Returns the north-east point of the bounds.
getNorthWest() - Method in class net.java.html.leaflet.LatLngBounds
Returns the north-west point of the bounds.
getOldSize() - Method in class net.java.html.leaflet.event.ResizeEvent
 
getPixelBounds() - Method in class net.java.html.leaflet.Map
Returns the bounds of the current map view in projected pixel coordinates (sometimes useful in layer and overlay implementations).
getPixelOrigin() - Method in class net.java.html.leaflet.Map
Returns the projected pixel coordinates of the top left point of the map layer (useful in custom layer and overlay implementations).
getPopup() - Method in class net.java.html.leaflet.event.PopupEvent
 
getPopup() - Method in class net.java.html.leaflet.Marker
Returns the popup previously bound by the bindPopup method.
getProjection() - Method in class net.java.html.leaflet.ICRS
Retrieves the projection that this CRS uses
getRadius() - Method in class net.java.html.leaflet.Circle
Returns the current radius of a circle.
getSimple() - Static method in class net.java.html.leaflet.ICRS
A simple CRS that maps longitude and latitude into x and y directly.
getSize() - Method in class net.java.html.leaflet.Bounds
Returns the size of the given bounds.
getSize(int) - Method in class net.java.html.leaflet.ICRS
Returns the size of the world in pixels for a particular zoom.
getSize() - Method in class net.java.html.leaflet.Map
Returns the current size of the map container.
getSouth() - Method in class net.java.html.leaflet.LatLngBounds
Returns the south latitude of the bounds.
getSouthEast() - Method in class net.java.html.leaflet.LatLngBounds
Returns the south-east point of the bounds.
getSouthWest() - Method in class net.java.html.leaflet.LatLngBounds
Returns the south-west point of the bounds.
getSpeed() - Method in class net.java.html.leaflet.event.LocationEvent
 
getTile() - Method in class net.java.html.leaflet.event.TileEvent
 
getTimestamp() - Method in class net.java.html.leaflet.event.LocationEvent
 
getTransformation() - Method in class net.java.html.leaflet.ICRS
Retrieves the transformation that this CRS uses to turn projected coordinates into screen coordinates for a particular tile service.
getType() - Method in class net.java.html.leaflet.event.Event
 
getUrl() - Method in class net.java.html.leaflet.event.TileEvent
 
getWest() - Method in class net.java.html.leaflet.LatLngBounds
Returns the west longitude of the bounds.
getX() - Method in class net.java.html.leaflet.Point
Gets the x coordinate.
getY() - Method in class net.java.html.leaflet.Point
Gets the y coordinate.
getZoom() - Method in class net.java.html.leaflet.Map
Returns the current zoom of the map view.

H

hasLayer(ILayer) - Method in class net.java.html.leaflet.LayerGroup
Returns true if the given layer is currently added to the group.
hasLayer(ILayer) - Method in class net.java.html.leaflet.Map
Returns true if the given layer is currently added to the map.

I

Icon - Class in net.java.html.leaflet
Represents an icon to provide when creating a marker.
Icon(IconOptions) - Constructor for class net.java.html.leaflet.Icon
Creates an icon instance with the given options.
IconOptions - Class in net.java.html.leaflet
Options for configuring a Icon.
IconOptions(String) - Constructor for class net.java.html.leaflet.IconOptions
Creates an Icon options instance
ICRS - Class in net.java.html.leaflet
Defines coordinate reference systems for projecting geographical points into pixel (screen) coordinates and back (and to coordinates in other units for WMS services).
ILayer - Class in net.java.html.leaflet
Abstract class which implements basic Layer functionality.
ImageOverlay - Class in net.java.html.leaflet
Used to load and display a single image over specific bounds of the map.
ImageOverlay(String, LatLngBounds) - Constructor for class net.java.html.leaflet.ImageOverlay
Instantiates an image overlay object given the URL of the image and the geographical bounds it is tied to.
ImageOverlay(String, LatLngBounds, ImageOverlayOptions) - Constructor for class net.java.html.leaflet.ImageOverlay
Instantiates an image overlay object given the URL of the image and the geographical bounds it is tied to.
ImageOverlayOptions - Class in net.java.html.leaflet
Options for configuring a ImageOverlay layer.
ImageOverlayOptions() - Constructor for class net.java.html.leaflet.ImageOverlayOptions
Creates ImageOverlay options.
intersects(Bounds) - Method in class net.java.html.leaflet.Bounds
Returns true if the rectangle intersects the given bounds.
intersects(LatLngBounds) - Method in class net.java.html.leaflet.LatLngBounds
Returns true if the rectangle intersects the given bounds.
IProjection - Class in net.java.html.leaflet
An object with methods for projecting geographical coordinates of the world onto a flat surface (and back).
isValid() - Method in class net.java.html.leaflet.Bounds
Returns true if the bounds are properly initialized.
isValid() - Method in class net.java.html.leaflet.LatLngBounds
Returns true if the bounds are properly initialized.

L

LatLng - Class in net.java.html.leaflet
Represents a geographical point with a certain latitude and longitude.
LatLng(double, double) - Constructor for class net.java.html.leaflet.LatLng
Creates an object representing a geographical point with the given latitude and longitude.
LatLngBounds - Class in net.java.html.leaflet
Represents a rectangular geographical area on a map.
LatLngBounds(LatLng, LatLng) - Constructor for class net.java.html.leaflet.LatLngBounds
Creates a latLngBounds object by defining south-west and north-east corners of the rectangle.
LatLngBounds(LatLng[]) - Constructor for class net.java.html.leaflet.LatLngBounds
Creates a LatLngBounds object defined by the geographical points it contains.
latLngToContainerPoint(LatLng) - Method in class net.java.html.leaflet.Map
Returns the map container point that corresponds to the given geographical coordinates.
latLngToLayerPoint(LatLng) - Method in class net.java.html.leaflet.Map
Returns the map layer point that corresponds to the given geographical coordinates (useful for placing overlays on the map).
latLngToPoint(LatLng, int) - Method in class net.java.html.leaflet.ICRS
Projects geographical coordinates on a given zoom into pixel coordinates.
LayerEvent - Class in net.java.html.leaflet.event
 
LayerEvent(Object, String, ILayer) - Constructor for class net.java.html.leaflet.event.LayerEvent
 
LayerEvent.Type - Enum in net.java.html.leaflet.event
 
LayerGroup - Class in net.java.html.leaflet
Used to group several layers and handle them as one.
LayerGroup(ILayer[]) - Constructor for class net.java.html.leaflet.LayerGroup
Creates a layer group from an array of layers
LayerListener - Interface in net.java.html.leaflet.event
 
layerPointToContainerPoint(Point) - Method in class net.java.html.leaflet.Map
Converts the point relative to the map layer to a point relative to the map container.
layerPointToLatLng(Point) - Method in class net.java.html.leaflet.Map
Returns the geographical coordinates of a given map layer point.
LocationEvent - Class in net.java.html.leaflet.event
 
LocationEvent(Object, String, LatLng, LatLngBounds, double, double, double, double, double, double) - Constructor for class net.java.html.leaflet.event.LocationEvent
 
LocationEvent.Type - Enum in net.java.html.leaflet.event
 
LocationListener - Interface in net.java.html.leaflet.event
 
LonLatProjection - Class in net.java.html.leaflet
Equirectangular, or Plate Carree projection

M

Map - Class in net.java.html.leaflet
The central class of the API — it is used to create a map on a page and manipulate it.
Map(String) - Constructor for class net.java.html.leaflet.Map
 
Map(String, MapOptions) - Constructor for class net.java.html.leaflet.Map
 
MapOptions - Class in net.java.html.leaflet
Options for configuring a Map.
MapOptions() - Constructor for class net.java.html.leaflet.MapOptions
 
Marker - Class in net.java.html.leaflet
Class representing a marker on a map
Marker(LatLng) - Constructor for class net.java.html.leaflet.Marker
Instantiates a Marker object given a geographical point.
Marker(LatLng, MarkerOptions) - Constructor for class net.java.html.leaflet.Marker
Instantiates a Marker object given a geographical point and an options object.
MarkerOptions - Class in net.java.html.leaflet
Options for configuring a Marker.
MarkerOptions() - Constructor for class net.java.html.leaflet.MarkerOptions
Creates a MarkerOptions object
MercatorProjection - Class in net.java.html.leaflet
Elliptical Mercator projection
MouseEvent - Class in net.java.html.leaflet.event
 
MouseEvent(Object, String, LatLng, Point, Point) - Constructor for class net.java.html.leaflet.event.MouseEvent
 
MouseEvent.Type - Enum in net.java.html.leaflet.event
 
MouseListener - Interface in net.java.html.leaflet.event
 
multiplyBy(double) - Method in class net.java.html.leaflet.Point
Returns the result of multiplication of the current point by the given number.
MultiPolygon - Class in net.java.html.leaflet
Extends FeatureGroup to allow creating multi-polygons (single layer that consists of several polygons that share styling/popup).
MultiPolygon(LatLng[][]) - Constructor for class net.java.html.leaflet.MultiPolygon
Instantiates a multi-polygon object given an array of latlngs arrays (one for each individual polygon).
MultiPolygon(LatLng[][], PolyLineOptions) - Constructor for class net.java.html.leaflet.MultiPolygon
Instantiates a multi-polygon object given an array of latlngs arrays (one for each individual polygon) and an options object.
MultiPolyline - Class in net.java.html.leaflet
Extends FeatureGroup to allow creating multi-polylines (single layer that consists of several polylines that share styling/popup).
MultiPolyline(LatLng[][]) - Constructor for class net.java.html.leaflet.MultiPolyline
Instantiates a multi-polyline object given an array of arrays of geographical points (one for each individual polyline).
MultiPolyline(LatLng[][], PolyLineOptions) - Constructor for class net.java.html.leaflet.MultiPolyline
Instantiates a multi-polyline object given an array of arrays of geographical points (one for each individual polyline) and an options object.

N

net.java.html.leaflet - package net.java.html.leaflet
Leaflet API for Java built around the Map class.
net.java.html.leaflet.event - package net.java.html.leaflet.event
Listeners and events for the leaflet API

O

onEvent(T) - Method in interface net.java.html.leaflet.event.EventListener
 
openOn(Map) - Method in class net.java.html.leaflet.Popup
Adds the popup to the map and closes the previous one.
openPopup() - Method in class net.java.html.leaflet.Circle
Opens the popup previously bound by the bindPopup method.
openPopup() - Method in class net.java.html.leaflet.CircleMarker
Opens the popup previously bound by the bindPopup method.
openPopup() - Method in class net.java.html.leaflet.ImageOverlay
Opens the popup previously bound by the bindPopup method.
openPopup(String, LatLng) - Method in class net.java.html.leaflet.Map
Creates a popup and opens it in the given point on a map.
openPopup(Popup, LatLng) - Method in class net.java.html.leaflet.Map
Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).
openPopup(Popup, LatLng, PopupOptions) - Method in class net.java.html.leaflet.Map
Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).
openPopup() - Method in class net.java.html.leaflet.Marker
Opens the popup previously bound by the bindPopup method.
openPopup() - Method in class net.java.html.leaflet.MultiPolygon
Opens the popup previously bound by bindPopup.
openPopup() - Method in class net.java.html.leaflet.MultiPolyline
Opens the popup previously bound by bindPopup.
openPopup() - Method in class net.java.html.leaflet.Path
Opens the popup previously bound by the bindPopup method in the given point, or in one of the path's points if not specified.
openPopup() - Method in class net.java.html.leaflet.Polygon
Opens the popup previously bound by the bindPopup method.
openPopup() - Method in class net.java.html.leaflet.PolyLine
Opens the popup previously bound by the bindPopup method.
openPopup() - Method in class net.java.html.leaflet.Rectangle
Opens the popup previously bound by the bindPopup method.

P

pad(double) - Method in class net.java.html.leaflet.LatLngBounds
Returns bigger bounds created by extending the current bounds by a given percentage in each direction.
PanOptions - Class in net.java.html.leaflet
Pan options.
PanOptions() - Constructor for class net.java.html.leaflet.PanOptions
 
Path - Class in net.java.html.leaflet
An abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).
PathOptions - Class in net.java.html.leaflet
Options for configuring a Path.
PathOptions() - Constructor for class net.java.html.leaflet.PathOptions
Creates a PathOptions object
Point - Class in net.java.html.leaflet
Represents a point with x and y coordinates in pixels.
Point(double, double) - Constructor for class net.java.html.leaflet.Point
Creates a Point object with the given x and y coordinates.
Point(double, double, boolean) - Constructor for class net.java.html.leaflet.Point
Creates a Point object with the given x and y coordinates.
pointToLatLng(Point, int) - Method in class net.java.html.leaflet.ICRS
The inverse of latLngToPoint.
Polygon - Class in net.java.html.leaflet
A class for drawing polygon overlays on a map.
Polygon(LatLng[]) - Constructor for class net.java.html.leaflet.Polygon
Instantiates a polygon object given an array of geographical points.
Polygon(LatLng[], PolyLineOptions) - Constructor for class net.java.html.leaflet.Polygon
Instantiates a polygon object given an array of geographical points and an options object (the same as for Polyline).
PolyLine - Class in net.java.html.leaflet
A class for drawing polyline overlays on a map.
PolyLine(LatLng[]) - Constructor for class net.java.html.leaflet.PolyLine
Instantiates a polyline object given an array of geographical points.
PolyLine(LatLng[], PolyLineOptions) - Constructor for class net.java.html.leaflet.PolyLine
Instantiates a polyline object given an array of geographical points and an options object.
PolyLineOptions - Class in net.java.html.leaflet
Options for configuring a PolyLine.
PolyLineOptions() - Constructor for class net.java.html.leaflet.PolyLineOptions
Creates a PathOptions object
Popup - Class in net.java.html.leaflet
Used to open popups in certain places of the map.
Popup() - Constructor for class net.java.html.leaflet.Popup
Instantiates a Popup object given an optional options object that describes its appearance and location and an optional source object that is used to tag the popup with a reference to the ILayer to which it refers.
Popup(PopupOptions) - Constructor for class net.java.html.leaflet.Popup
Instantiates a Popup object given an options object that describes its appearance and location.
Popup(PopupOptions, ILayer) - Constructor for class net.java.html.leaflet.Popup
Instantiates a Popup object given an optional options object that describes its appearance and location and an optional source object that is used to tag the popup with a reference to the ILayer to which it refers.
Popup(ILayer) - Constructor for class net.java.html.leaflet.Popup
Instantiates a Popup object given an source object that is used to tag the popup with a reference to the ILayer to which it refers.
PopupEvent - Class in net.java.html.leaflet.event
 
PopupEvent(Object, String, Popup) - Constructor for class net.java.html.leaflet.event.PopupEvent
 
PopupEvent.Type - Enum in net.java.html.leaflet.event
 
PopupListener - Interface in net.java.html.leaflet.event
 
PopupOptions - Class in net.java.html.leaflet
Options for configuring a Popup.
PopupOptions() - Constructor for class net.java.html.leaflet.PopupOptions
Creates a PopupOptions configuration object
project(LatLng) - Method in class net.java.html.leaflet.ICRS
Projects geographical coordinates into coordinates in units accepted for this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).
project(LatLng) - Method in class net.java.html.leaflet.IProjection
Projects geographical coordinates into a 2D point.
project(LatLng) - Method in class net.java.html.leaflet.Map
Projects the given geographical coordinates to absolute pixel coordinates for the given zoom level (current zoom level by default).
project(LatLng, int) - Method in class net.java.html.leaflet.Map
Projects the given geographical coordinates to absolute pixel coordinates for the given zoom level (current zoom level by default).

R

Rectangle - Class in net.java.html.leaflet
A class for drawing rectangle overlays on a map.
Rectangle(LatLngBounds) - Constructor for class net.java.html.leaflet.Rectangle
Instantiates a rectangle object with the given geographical bounds.
Rectangle(LatLngBounds, PolyLineOptions) - Constructor for class net.java.html.leaflet.Rectangle
Instantiates a rectangle object with the given geographical bounds and an options object.
redraw() - Method in class net.java.html.leaflet.Circle
Redraws the layer.
redraw() - Method in class net.java.html.leaflet.CircleMarker
Brings the layer to the bottom of all path layers.
redraw() - Method in class net.java.html.leaflet.Path
Redraws the layer.
redraw() - Method in class net.java.html.leaflet.Polygon
Redraws the layer.
redraw() - Method in class net.java.html.leaflet.PolyLine
Redraws the layer.
redraw() - Method in class net.java.html.leaflet.Rectangle
Redraws the layer.
removeDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Map
Removes a drag end listener to a particular drag end event type of the object.
removeDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Marker
Removes a drag end listener to a particular drag end event type of the object.
removeErrorListener(ErrorEvent.Type, ErrorListener) - Method in class net.java.html.leaflet.Map
Removes a error listener to a particular error event type of the object.
removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Map
Removes a event listener to a particular event type of the object.
removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Marker
Removes a event listener to a particular event type of the object.
removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Path
Removes a event listener to a particular event type of the object.
removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.TileLayer
Removes a event listener to a particular event type of the object.
removeLayer(ILayer) - Method in class net.java.html.leaflet.FeatureGroup
Removes a given layer from the group.
removeLayer(String) - Method in class net.java.html.leaflet.FeatureGroup
Removes a given layer of the given id from the group.
removeLayer(ILayer) - Method in class net.java.html.leaflet.LayerGroup
Removes a given layer from the group.
removeLayer(String) - Method in class net.java.html.leaflet.LayerGroup
Removes a given layer of the given id from the group.
removeLayer(ILayer) - Method in class net.java.html.leaflet.Map
Removes the given layer from the map.
removeLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolygon
Removes a given layer from the group.
removeLayer(String) - Method in class net.java.html.leaflet.MultiPolygon
Removes a given layer of the given id from the group.
removeLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolyline
Removes a given layer from the group.
removeLayer(String) - Method in class net.java.html.leaflet.MultiPolyline
Removes a given layer of the given id from the group.
removeLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.FeatureGroup
Removes a layer listener to a particular layer event type of the object.
removeLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.Map
Removes a layer listener to a particular layer event type of the object.
removeLocationListener(LocationEvent.Type, LocationListener) - Method in class net.java.html.leaflet.Map
Removes a location listener to a particular location event type of the object.
removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.FeatureGroup
Removes a mouse listener to a particular mouse event type of the object.
removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Map
Removes a mouse listener to a particular mouse event type of the object.
removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Marker
Removes a mouse listener to a particular mouse event type of the object.
removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Path
Removes a mouse listener to a particular mouse event type of the object.
removePopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Map
Removes a popup listener to a particular popup event type of the object.
removePopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Marker
Removes a popup listener to a particular popup event type of the object.
removePopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Path
Removes a popup listener to a particular popup event type of the object.
removeResizeListener(ResizeEvent.Type, ResizeListener) - Method in class net.java.html.leaflet.Map
Removes a resize listener to a particular resize event type of the object.
removeTileListener(TileEvent.Type, TileListener) - Method in class net.java.html.leaflet.TileLayer
Removes a tile listener to a particular tile event type of the object.
ResizeEvent - Class in net.java.html.leaflet.event
 
ResizeEvent(Object, String, Point, Point) - Constructor for class net.java.html.leaflet.event.ResizeEvent
 
ResizeEvent.Type - Enum in net.java.html.leaflet.event
 
ResizeListener - Interface in net.java.html.leaflet.event
 
round() - Method in class net.java.html.leaflet.Point
Returns a copy of the current point with rounded coordinates.

S

scale(int) - Method in class net.java.html.leaflet.ICRS
Returns the scale used when transforming projected coordinates into pixel coordinates for a particular zoom.
setAlt(String) - Method in class net.java.html.leaflet.MarkerOptions
Sets alt attribute option
setAnimate(boolean) - Method in class net.java.html.leaflet.PanOptions
If true, panning will always be animated if possible.
setAnimate(boolean) - Method in class net.java.html.leaflet.ZoomOptions
If not specified, zoom animation will happen if the zoom origin is inside the current view.
setAnimate(boolean) - Method in class net.java.html.leaflet.ZoomPanOptions
An equivalent of passing animate to both zoom and pan options (see below).
setAttribution(String) - Method in class net.java.html.leaflet.ImageOverlayOptions
Sets attribution option
setAttribution(String) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the attribution option
setAttribution(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the attribution option
setAttributionControl(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the attribution control is added to the map by default.
setAutoPan(boolean) - Method in class net.java.html.leaflet.PopupOptions
Sets autoPan option
setAutoPanPadding(Point) - Method in class net.java.html.leaflet.PopupOptions
Sets autoPanPadding option
setAutoPanPaddingBottomRight(Point) - Method in class net.java.html.leaflet.PopupOptions
Sets autoPanPaddingBottomRight option
setAutoPanPaddingTopLeft(Point) - Method in class net.java.html.leaflet.PopupOptions
Sets autoPanPaddingTopLeft option
setBounceAtZoomLimits(boolean) - Method in class net.java.html.leaflet.MapOptions
Set it to false if you don't want the map to zoom beyond min/max zoom and then bounce back when pinch-zooming.
setBounds(LatLngBounds) - Method in class net.java.html.leaflet.Rectangle
Redraws the rectangle with the passed bounds.
setBounds(LatLngBounds) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the bounds option
setBounds(LatLngBounds) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the bounds option
setBoxZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing shift.
setCenter(LatLng) - Method in class net.java.html.leaflet.MapOptions
Initial geographical center of the map.
setClassName(String) - Method in class net.java.html.leaflet.IconOptions
Sets className option
setClassName(String) - Method in class net.java.html.leaflet.PathOptions
Sets className option
setClassName(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets className option
setClassName(String) - Method in class net.java.html.leaflet.PopupOptions
Sets className option
setClickable(boolean) - Method in class net.java.html.leaflet.MarkerOptions
Sets clickable option
setClickable(boolean) - Method in class net.java.html.leaflet.PathOptions
Sets clickable option
setClickable(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
Sets clickable option
setCloseButton(boolean) - Method in class net.java.html.leaflet.PopupOptions
Sets closeButton option
setCloseOnClick(boolean) - Method in class net.java.html.leaflet.PopupOptions
Sets closeOnClick option
setClosePopupOnClick(boolean) - Method in class net.java.html.leaflet.MapOptions
Set it to false if you don't want popups to close when user clicks the map.
setColor(String) - Method in class net.java.html.leaflet.PathOptions
Sets color option
setColor(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets color option
setContent(String) - Method in class net.java.html.leaflet.Popup
Sets the HTML content of the popup.
setContinuousWorld(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the continuousWorld option
setContinuousWorld(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the continuousWorld option
setCRS(ICRS) - Method in class net.java.html.leaflet.MapOptions
Coordinate Reference System to use.
setCRS(ICRS) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the CRS option
setDashArray(String) - Method in class net.java.html.leaflet.PathOptions
Sets dashArray option
setDashArray(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets dashArray option
setDetectRetina(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the detectRetina option
setDetectRetina(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the detectRetina option
setDoubleClickZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
setDraggable(boolean) - Method in class net.java.html.leaflet.MarkerOptions
Sets draggable option
setDragging(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the map is draggable with mouse/touch or not.
setDuration(double) - Method in class net.java.html.leaflet.PanOptions
Duration of animated panning.
setEaseLinearity(double) - Method in class net.java.html.leaflet.PanOptions
The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve). 1.0 means linear animation, the less the more bowed the curve.
setErrorTileUrl(String) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the error tile url option
setErrorTileUrl(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the error tile url option
setFadeAnimation(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the tile fade animation is enabled.
setFill(boolean) - Method in class net.java.html.leaflet.PathOptions
Sets fill option
setFill(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
Sets fill option
setFillColor(String) - Method in class net.java.html.leaflet.PathOptions
Sets fillColor option
setFillColor(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets fillColor option
setFillOpacity(double) - Method in class net.java.html.leaflet.PathOptions
Sets fillOpacity option
setFillOpacity(double) - Method in class net.java.html.leaflet.PolyLineOptions
Sets fillOpacity option
setFormat(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the format option.
setIcon(Icon) - Method in class net.java.html.leaflet.Marker
Changes the marker icon.
setIcon(Icon) - Method in class net.java.html.leaflet.MarkerOptions
Sets icon option
setIconAnchor(Point) - Method in class net.java.html.leaflet.IconOptions
Sets icon anchor option
setIconRetinaUrl(String) - Method in class net.java.html.leaflet.IconOptions
Sets icon retina url option
setIconSize(Point) - Method in class net.java.html.leaflet.IconOptions
Sets icon size option
setId(String) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the id option
setId(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the id option
setInertia(boolean) - Method in class net.java.html.leaflet.MapOptions
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.
setInertiaDeceleration(int) - Method in class net.java.html.leaflet.MapOptions
The rate with which the inertial movement slows down, in pixels/second^2.
setInertiaMaxSpeed(int) - Method in class net.java.html.leaflet.MapOptions
Max speed of the inertial movement, in pixels/second.
setInertiaThreshold(int) - Method in class net.java.html.leaflet.MapOptions
Number of milliseconds that should pass between stopping the movement and releasing the mouse or touch to prevent inertial movement. 32 for touch devices and 14 for the rest by default.
setKeepInView(boolean) - Method in class net.java.html.leaflet.PopupOptions
Sets keepInView option
setKeyboard(boolean) - Method in class net.java.html.leaflet.MapOptions
Makes the map focusable and allows users to navigate the map with keyboard arrows and +/- keys.
setKeyboard(boolean) - Method in class net.java.html.leaflet.MarkerOptions
Sets keyboard option
setKeyboardPanOffset(int) - Method in class net.java.html.leaflet.MapOptions
Amount of pixels to pan when pressing an arrow key.
setKeyboardZoomOffset(int) - Method in class net.java.html.leaflet.MapOptions
Number of zoom levels to change when pressing + or - key.
setLatitude(double) - Method in class net.java.html.leaflet.LatLng
Setter for the latitude in degrees.
setLatLng(LatLng) - Method in class net.java.html.leaflet.Circle
Changes the circle position to the given point.
setLatLng(LatLng) - Method in class net.java.html.leaflet.CircleMarker
Changes the marker position to the given point.
setLatLng(LatLng) - Method in class net.java.html.leaflet.Marker
Changes the marker position to the given point.
setLatLng(LatLng) - Method in class net.java.html.leaflet.Popup
Sets the geographical point where the popup will open.
setLatLngs(LatLng[][]) - Method in class net.java.html.leaflet.MultiPolygon
Replace all polygons and their paths with the given array of arrays of geographical points.
setLatLngs(LatLng[][]) - Method in class net.java.html.leaflet.MultiPolyline
Replace all lines and their paths with the given array of arrays of geographical points.
setLatLngs(LatLng[]) - Method in class net.java.html.leaflet.Polygon
Replaces all the points in the polygon with the given array of geographical points.
setLatLngs(LatLng[]) - Method in class net.java.html.leaflet.PolyLine
Replaces all the points in the polyline with the given array of geographical points.
setLatLngs(LatLng[]) - Method in class net.java.html.leaflet.Rectangle
Replaces all the points in the rectangle with the given array of geographical points.
setLayers(ILayer[]) - Method in class net.java.html.leaflet.MapOptions
Layers that will be added to the map initially.
setLineCap(String) - Method in class net.java.html.leaflet.PathOptions
Sets lineCap option
setLineCap(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets lineCap option
setLineJoin(String) - Method in class net.java.html.leaflet.PathOptions
Sets lineJoin option
setLineJoin(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets lineJoin option
setLongitude(double) - Method in class net.java.html.leaflet.LatLng
Setter for the longitude in degrees.
setMarkerZoomAnimation(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether markers animate their zoom with the zoom animation, if disabled they will disappear for the length of the animation.
setMax(Point) - Method in class net.java.html.leaflet.Bounds
Sets the bottom right corner of the rectangle.
setMaxBounds(LatLngBounds) - Method in class net.java.html.leaflet.MapOptions
When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back when he tries to pan outside the view.
setMaxHeight(int) - Method in class net.java.html.leaflet.PopupOptions
Sets maxHeight option
setMaxNativeZoom(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the maxNativeZoom option
setMaxNativeZoom(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the maxNativeZoom option
setMaxWidth(int) - Method in class net.java.html.leaflet.PopupOptions
Sets maxWidth option
setMaxZoom(int) - Method in class net.java.html.leaflet.MapOptions
Maximum zoom level of the map.
setMaxZoom(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the maxZoom option
setMaxZoom(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the maxZoom option
setMin(Point) - Method in class net.java.html.leaflet.Bounds
Sets the top left corner of the rectangle.
setMinWidth(int) - Method in class net.java.html.leaflet.PopupOptions
Sets minWidth option
setMinZoom(int) - Method in class net.java.html.leaflet.MapOptions
Minimum zoom level of the map.
setMinZoom(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the minZoom option.
setMinZoom(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the minZoom option.
setNoClip(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
Sets noClip option
setNoMoveStart(boolean) - Method in class net.java.html.leaflet.PanOptions
If true, panning won't fire movestart event on start (used internally for panning inertia).
setNoWrap(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the noWrap option
setNoWrap(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the noWrap option
setOffset(Point) - Method in class net.java.html.leaflet.PopupOptions
Sets offset option
setOpacity(double) - Method in class net.java.html.leaflet.ImageOverlay
Sets the opacity of the overlay.
setOpacity(double) - Method in class net.java.html.leaflet.ImageOverlayOptions
Sets opacity option
setOpacity(double) - Method in class net.java.html.leaflet.Marker
Changes the opacity of the marker.
setOpacity(double) - Method in class net.java.html.leaflet.MarkerOptions
Sets opacity option
setOpacity(double) - Method in class net.java.html.leaflet.PathOptions
Sets opacity option
setOpacity(double) - Method in class net.java.html.leaflet.PolyLineOptions
Sets opacity option
setopacity(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the opacity option
setopacity(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the opacity option
setPan(PanOptions) - Method in class net.java.html.leaflet.ZoomPanOptions
Sets the options for the panning (without the zoom change) if it occurs.
setParams(TileLayerWMSOptions) - Method in class net.java.html.leaflet.TileLayerWMS
Merges an object with the new parameters and re-requests tiles on the current screen.
setParams(TileLayerWMSOptions, boolean) - Method in class net.java.html.leaflet.TileLayerWMS
Merges an object with the new parameters,but does not re-requests tiles on the current screen.
setPointerEvents(String) - Method in class net.java.html.leaflet.PathOptions
Sets pointerEvents option
setPointerEvents(String) - Method in class net.java.html.leaflet.PolyLineOptions
Sets pointerEvents option
setPopupAnchor(Point) - Method in class net.java.html.leaflet.IconOptions
Sets popup anchor option
setPopupContent(String) - Method in class net.java.html.leaflet.Marker
Sets an HTML content of the popup of this marker.
setRadius(double) - Method in class net.java.html.leaflet.Circle
Changes the circle radius to the given value in meters.
setRadius(double) - Method in class net.java.html.leaflet.CircleMarker
Changes the marker radius.
setReset(boolean) - Method in class net.java.html.leaflet.ZoomPanOptions
If true, the map view will be completely reset (without any animations).
setReuseTiles(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the reuseTiles option
setReuseTiles(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the reuseTiles option
setRiseOffset(double) - Method in class net.java.html.leaflet.MarkerOptions
Sets riseOffset option
setRiseOnHover(boolean) - Method in class net.java.html.leaflet.MarkerOptions
Sets riseOnHover option
setScrollWheelZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the map can be zoomed by using the mouse wheel.
setShadowAnchor(Point) - Method in class net.java.html.leaflet.IconOptions
Sets shadow anchor option
setShadowRetinaUrl(String) - Method in class net.java.html.leaflet.IconOptions
Sets shadow retina url option
setShadowSize(Point) - Method in class net.java.html.leaflet.IconOptions
Sets shadow size option
setShadowUrl(String) - Method in class net.java.html.leaflet.IconOptions
Sets shadow url option
setSmoothFactor(double) - Method in class net.java.html.leaflet.PolyLineOptions
Sets smoothFactor option
setStroke(boolean) - Method in class net.java.html.leaflet.PathOptions
Sets stroke option
setStroke(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
Sets stroke option
setStyle(PathOptions) - Method in class net.java.html.leaflet.Circle
Changes the appearance of a Path based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.CircleMarker
Changes the appearance of a CircleMarker based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.FeatureGroup
Changes the appearance of a FeatureGroup based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.MultiPolygon
Changes the appearance of a FeatureGroup based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.MultiPolyline
Changes the appearance of a FeatureGroup based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.Path
Changes the appearance of a Path based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.Polygon
Changes the appearance of a Path based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.PolyLine
Changes the appearance of a Path based on the options in the PathOptions object.
setStyle(PathOptions) - Method in class net.java.html.leaflet.Rectangle
Changes the appearance of a Rectangle based on the options in the PathOptions object.
setStyles(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the styles option
setSubdomains(String) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the subdomains option
setSubdomains(String[]) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the subdomains option
setSubdomains(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the subdomains option
setSubdomains(String[]) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the subdomains option
setTap(boolean) - Method in class net.java.html.leaflet.MapOptions
Enables mobile hacks for supporting instant taps (fixing 200ms click delay on iOS/Android) and touch holds (fired as contextmenu events).
setTapTolerance(int) - Method in class net.java.html.leaflet.MapOptions
The max number of pixels a user can shift his finger during touch for it to be considered a valid tap.
setTileSize(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the tileSize option
setTileSize(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the tileSize option
setTitle(String) - Method in class net.java.html.leaflet.MarkerOptions
Sets title option
setTms(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the tms option
setTms(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the tms option
setTouchZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the map can be zoomed by touch-dragging with two fingers.
setTrackResize(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the map automatically handles browser window resize to update itself.
setTransparent(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the transparent option
setUnloadInvisibleTiles(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the unload invisible tiles option
setUnloadInvisibleTiles(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the unload invisible tiles option
setUpdateWhenIdle(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the updateWhenIdle option
setUpdateWhenIdle(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the updateWhenIdle option
setUrl(String) - Method in class net.java.html.leaflet.ImageOverlay
Changes the URL of the image.
setVersion(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the version option
setView(LatLng) - Method in class net.java.html.leaflet.Map
Sets the view of the map (geographical center and zoom) with the given animation options.
setView(LatLng, int) - Method in class net.java.html.leaflet.Map
Sets the view of the map (geographical center and zoom) with the given animation options.
setView(LatLng, int, ZoomPanOptions) - Method in class net.java.html.leaflet.Map
Sets the view of the map (geographical center and zoom) with the given animation options.
setWeight(int) - Method in class net.java.html.leaflet.PathOptions
Sets weight option
setWeight(int) - Method in class net.java.html.leaflet.PolyLineOptions
Sets weight option
setWorldCopyJump(boolean) - Method in class net.java.html.leaflet.MapOptions
With this option enabled, the map tracks when you pan to another "copy" of the world and seamlessly jumps to the original one so that all overlays like markers and vector layers are still visible.
setX(double) - Method in class net.java.html.leaflet.Point
Sets the x coordinate.
setY(double) - Method in class net.java.html.leaflet.Point
Sets the y coordinate
setZIndex(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the zIndex option
setZIndex(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the zIndex option
setZIndexOffset(double) - Method in class net.java.html.leaflet.Marker
Changes the zIndex offset of the marker.
setZIndexOffset(double) - Method in class net.java.html.leaflet.MarkerOptions
Sets zIndexOffset option
setZoom(int) - Method in class net.java.html.leaflet.MapOptions
Initial map zoom.
setZoom(ZoomOptions) - Method in class net.java.html.leaflet.ZoomPanOptions
Sets the options for the zoom change if it occurs.
setZoomAnimation(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the tile zoom animation is enabled.
setZoomAnimation(boolean) - Method in class net.java.html.leaflet.PopupOptions
Sets zoomAnimation option
setZoomAnimationThreshold(int) - Method in class net.java.html.leaflet.MapOptions
Won't animate zoom if the zoom difference exceeds this value.
setZoomControl(boolean) - Method in class net.java.html.leaflet.MapOptions
Whether the zoom control is added to the map by default.
setZoomOffset(int) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the zoomOffset option
setZoomOffset(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the zoomOffset option
setZoomReverse(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
Sets the zoomReverse option
setZoomReverse(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
Sets the zoomReverse option
SphericalMercatorProjection - Class in net.java.html.leaflet
Spherical Mercator projection
spliceLatLngs(int, int, LatLng...) - Method in class net.java.html.leaflet.PolyLine
Allows adding, removing or replacing points in the polyline.
subtract(Point) - Method in class net.java.html.leaflet.Point
Returns the result of subtraction of the given point from the current.

T

TileEvent - Class in net.java.html.leaflet.event
 
TileEvent(Object, String, Object, String) - Constructor for class net.java.html.leaflet.event.TileEvent
 
TileEvent.Type - Enum in net.java.html.leaflet.event
 
TileLayer - Class in net.java.html.leaflet
Layer of tiles.
TileLayer(String) - Constructor for class net.java.html.leaflet.TileLayer
 
TileLayer(String, TileLayerOptions) - Constructor for class net.java.html.leaflet.TileLayer
 
TileLayerOptions - Class in net.java.html.leaflet
Options for configuring a TileLayer.
TileLayerOptions() - Constructor for class net.java.html.leaflet.TileLayerOptions
Creates a TileLayerOptions object
TileLayerWMS - Class in net.java.html.leaflet
TileLayer used to display WMS services as tile layers on the map.
TileLayerWMS(String, TileLayerWMSOptions) - Constructor for class net.java.html.leaflet.TileLayerWMS
Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.
TileLayerWMSOptions - Class in net.java.html.leaflet
Options for configuring a TileLayerWMS.
TileLayerWMSOptions(String) - Constructor for class net.java.html.leaflet.TileLayerWMSOptions
Creates a TileLayerWMSOptions object
TileListener - Interface in net.java.html.leaflet.event
 
toBBoxString() - Method in class net.java.html.leaflet.LatLngBounds
Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format.
togglePopup() - Method in class net.java.html.leaflet.Marker
Toggles the popup previously bound by the bindPopup method.
toString() - Method in enum net.java.html.leaflet.event.DragEndEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.ErrorEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.Event.Type
 
toString() - Method in enum net.java.html.leaflet.event.LayerEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.LocationEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.MouseEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.PopupEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.ResizeEvent.Type
 
toString() - Method in enum net.java.html.leaflet.event.TileEvent.Type
 
toString() - Method in class net.java.html.leaflet.LatLng
Returns a string representation of the point (for debugging purposes).
toString() - Method in class net.java.html.leaflet.Point
Returns a string representation of the point for debugging purposes.
transform(Point) - Method in class net.java.html.leaflet.Transformation
Returns a transformed point.
transform(Point, double) - Method in class net.java.html.leaflet.Transformation
Returns a transformed point, multiplied by the given scale.
Transformation - Class in net.java.html.leaflet
Represents an affine transformation: a set of coefficients a, b, c, d for transforming a point of a form (x, y) into (a*x + b, c*y + d) and doing the reverse.
Transformation(double, double, double, double) - Constructor for class net.java.html.leaflet.Transformation
Creates a transformation object with the given coefficients.

U

unbindPopup() - Method in class net.java.html.leaflet.Circle
Unbinds the popup previously bound to the circle with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.CircleMarker
Unbinds the popup previously bound to the marker with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.ImageOverlay
Unbinds the popup previously bound to the overlay with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.Marker
Unbinds the popup previously bound to the marker with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.Path
Unbinds the popup previously bound to the path with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.Polygon
Unbinds the popup previously bound to the polygon with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.PolyLine
Unbinds the popup previously bound to the polyline with bindPopup.
unbindPopup() - Method in class net.java.html.leaflet.Rectangle
Unbinds the popup previously bound to the rectangle with bindPopup.
UnknownLayer - Class in net.java.html.leaflet
Represents an unknown (generic) ILayer, which is not wrapped (yet).
unproject(Point) - Method in class net.java.html.leaflet.IProjection
The inverse of project.
unproject(Point) - Method in class net.java.html.leaflet.Map
Projects the given absolute pixel coordinates to geographical coordinates for the given zoom level (current zoom level by default).
unproject(Point, int) - Method in class net.java.html.leaflet.Map
Projects the given absolute pixel coordinates to geographical coordinates for the given zoom level (current zoom level by default).
untransform(Point) - Method in class net.java.html.leaflet.Transformation
Returns the reverse transformation of the given point, optionally divided by the given scale.
untransform(Point, double) - Method in class net.java.html.leaflet.Transformation
Returns the reverse transformation of the given point, optionally divided by the given scale.
update() - Method in class net.java.html.leaflet.Marker
Updates the marker position.
update() - Method in class net.java.html.leaflet.Popup
Updates the popup content, layout and position.

V

valueOf(String) - Static method in enum net.java.html.leaflet.event.DragEndEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.ErrorEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.LayerEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.LocationEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.MouseEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.PopupEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.ResizeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.java.html.leaflet.event.TileEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.java.html.leaflet.event.DragEndEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.ErrorEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.LayerEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.LocationEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.MouseEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.PopupEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.ResizeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.java.html.leaflet.event.TileEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(double, double) - Method in class net.java.html.leaflet.LatLng
Returns a new LatLng object with the longitude wrapped around left and right boundaries (-180 to 180 by default).

Z

ZoomOptions - Class in net.java.html.leaflet
Zoom options
ZoomOptions() - Constructor for class net.java.html.leaflet.ZoomOptions
 
ZoomPanOptions - Class in net.java.html.leaflet
Combines the options of PanOptions and ZoomOptions.
ZoomPanOptions() - Constructor for class net.java.html.leaflet.ZoomPanOptions
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.