Interface | Description |
---|---|
CanvasLayer |
A utility layer of
GeoMap used to display vector geometries
and draw geometries via UI. |
CanvasLayer.Geometry |
A common interface for a wrapper encapsulating a vector geometry on the canvas
and providing an API to control it.
|
CanvasLayer.Point |
A wrapper class encapsulating
Point on the canvas. |
CanvasLayer.Polygon |
A wrapper class encapsulating
Polygon on the canvas. |
CanvasLayer.Polyline |
A wrapper class encapsulating
LineString on the canvas. |
GeoMap |
UI component that displays a geographical data provided by
Layer s. |
GeoMap.Bounds |
Represents the viewing area of the map.
|
Class | Description |
---|---|
CanvasLayer.Point.ClickEvent |
An event that is fired after click on the point.
|
CanvasLayer.Point.ModifiedEvent |
An event that is fired after modifying the point (as a result of drag and drop via UI).
|
CanvasLayer.Point.RightClickEvent |
An event that is fired after right click on the point.
|
CanvasLayer.Polygon.ClickEvent |
An event that is fired after click on the polygon.
|
CanvasLayer.Polygon.ModifiedEvent |
An event that is fired after modifying the polygon via UI.
|
CanvasLayer.Polygon.RightClickEvent |
An event that is fired after right click on the polygon.
|
CanvasLayer.Polyline.ClickEvent |
An event that is fired after click on the polyline.
|
CanvasLayer.Polyline.ModifiedEvent |
An event that is fired after modifying the polyline via UI.
|
CanvasLayer.Polyline.RightClickEvent |
An event that is fired after right click on the polyline.
|
ClusteringOptions | |
GeoMap.ClickEvent |
An event that is fired after click on a map.
|
GeoMap.DragEndEvent |
An event that is fired after dragging the map.
|
GeoMap.LayerAddedEvent |
An event that is fired after adding a layer on a map.
|
GeoMap.LayerRemovedEvent |
An event that is fired after removing a layer from a map.
|
GeoMap.MoveEndEvent |
An event that is fired after changing the map's viewing area, i.e.
|
GeoMap.RightClickEvent |
An event that is fired after right click on a map.
|
GeoMap.SelectedLayerChangedEvent |
An event that is fired after changing the map's selected layer.
|
GeoMap.ZoomEndEvent |
An event that is fired after zooming the map.
|
GeoMapImpl |
UI component that displays a geographical data provided by layers.
|
HeatMapOptions |
Options for a heat map.
|
LeafletComponentsHelper |
INTERNAL:
Helper class providing methods to work with Leaflet components.
|
PopupWindow |
Component that displays html content in a popup window on a
GeoMap at a given location. |
PopupWindowOptions |
Options for a
PopupWindow . |
TooltipOptions |
Options for a tooltip.
|