Class | Description |
---|---|
Bounds |
Represents a rectangular area in pixel coordinates.
|
Circle |
A class for drawing circle overlays on a map.
|
CircleMarker |
Class representing a marker on a map.
|
FeatureGroup |
A group of features.
|
Icon |
Represents an icon to provide when creating a marker.
|
IconOptions |
Options for configuring a
Icon . |
ICRS |
Defines coordinate reference systems for projecting geographical points into
pixel (screen) coordinates and back (and to coordinates in other units for
WMS services).
|
ILayer |
Abstract class which implements basic Layer functionality.
|
ImageOverlay |
Used to load and display a single image over specific bounds of the map.
|
ImageOverlayOptions |
Options for configuring a
ImageOverlay layer. |
IProjection |
An object with methods for projecting geographical coordinates of the world
onto a flat surface (and back).
|
LatLng |
Represents a geographical point with a certain latitude and longitude.
|
LatLngBounds |
Represents a rectangular geographical area on a map.
|
LayerGroup |
Used to group several layers and handle them as one.
|
LonLatProjection |
Equirectangular, or Plate Carree projection
|
Map |
The central class of the API — it is used to create a map on a page and
manipulate it.
|
MapOptions |
Options for configuring a
Map . |
Marker |
Class representing a marker on a map
|
MarkerOptions |
Options for configuring a
Marker . |
MercatorProjection |
Elliptical Mercator projection
|
MultiPolygon |
Extends
FeatureGroup to allow creating multi-polygons (single
layer that consists of several polygons that share styling/popup). |
MultiPolyline |
Extends
FeatureGroup to allow creating multi-polylines (single
layer that consists of several polylines that share styling/popup). |
PanOptions |
Pan options.
|
Path |
An abstract class that contains options and constants shared between vector
overlays (Polygon, Polyline, Circle).
|
PathOptions |
Options for configuring a
Path . |
Point |
Represents a point with x and y coordinates in pixels.
|
Polygon |
A class for drawing polygon overlays on a map.
|
PolyLine |
A class for drawing polyline overlays on a map.
|
PolyLineOptions |
Options for configuring a
PolyLine . |
Popup |
Used to open popups in certain places of the map.
|
PopupOptions |
Options for configuring a
Popup . |
Rectangle |
A class for drawing rectangle overlays on a map.
|
SphericalMercatorProjection |
Spherical Mercator projection
|
TileLayer |
Layer of tiles.
|
TileLayerOptions |
Options for configuring a
TileLayer . |
TileLayerWMS |
TileLayer used to display WMS services as tile layers on the map.
|
TileLayerWMSOptions |
Options for configuring a
TileLayerWMS . |
Transformation |
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. |
UnknownLayer |
Represents an unknown (generic)
ILayer , which is not wrapped (yet). |
ZoomOptions |
Zoom options
|
ZoomPanOptions |
Combines the options of
PanOptions and ZoomOptions . |
Leaflet API for Java built around the Map
class.
Copyright © 2017. All rights reserved.