See: Description
Interface | Description |
---|---|
GeometryTileProvider |
Interface that defines methods for working with
CustomGeometrySource . |
Class | Description |
---|---|
CustomGeometrySource |
Custom Vector Source, allows using FeatureCollections.
|
CustomGeometrySourceOptions |
Builder class for composing CustomGeometrySource objects.
|
GeoJsonOptions |
Builder class for composing GeoJsonSource objects.
|
GeoJsonSource |
GeoJson source, allows using FeatureCollections from Json.
|
ImageSource |
Image source, allows a georeferenced raster image to be shown on the map.
|
RasterDemSource |
A raster DEM source.
|
RasterSource |
Raster source, allows using raster tiles as source.
|
Source |
Base Peer class for sources.
|
TileSet |
Tile set, allows using TileJson specification as source.
|
UnknownSource |
An unknown type of source
|
VectorSource |
Vector source, allows the use of vector tiles.
|
Exception | Description |
---|---|
CannotAddSourceException |
Thrown when adding a source to a map twice
|