| Interface | Description |
|---|---|
| Layer |
Base interface for a map's layer.
|
| TileProvider |
Interface intended to provide reusable settings for a tile layer.
|
| Class | Description |
|---|---|
| GeoImage |
An image which can be used in
ImageLayer. |
| HeatMapLayer |
A layer providing a visual representation of data density across a set of geographical points.
|
| ImageLayer |
A layer displaying an image over specific bounds of a map.
|
| LayerUtils |
INTERNAL
|
| OSMTileProvider |
A tile provider for the OpenStreetMap's Standard tile layer.
|
| RasterLayer |
Base class for raster layers.
|
| TileLayer |
A class representing raster layer based on tiles.
|
| VectorLayer<T> |
A layer containing geo-objects (entities having a property of a
Geometry type. |
| VectorLayer.GeoObjectClickEvent<T> | |
| VectorLayer.GeoObjectSelectedEvent<T> |
An event that is fired when selected geo-object has changed.
|
| WMSTileLayer |
A class containing information about WMS service along with parameters
needed for GetMap operation requests to download tiles.
|