Package-level declarations
Types
Link copied to clipboard
Custom Geometry Source, allows using FeatureCollections.
Link copied to clipboard
Describes the Custom Raster Source to be used in the style.
Link copied to clipboard
Base class for sources.
Functions
Link copied to clipboard
Add additional features to a GeoJSON style source. The data will be scheduled and applied on a worker thread.
Link copied to clipboard
Extension function to add a Source provided by the Style Extension to the Style.
Link copied to clipboard
fun customGeometrySource(id: String, block: CustomGeometrySourceOptions.Builder.() -> Unit): CustomGeometrySource
DSL function for CustomGeometrySource.
Link copied to clipboard
fun customRasterSource(id: String, block: CustomRasterSourceOptions.Builder.() -> Unit): CustomRasterSource
DSL function for CustomRasterSource.
Link copied to clipboard
Extension function to get a Source provided by the Style Extension by source id.
Link copied to clipboard
Tries to cast the Source to T.
Link copied to clipboard
Remove features from a GeoJSON style source. The data will be scheduled and applied on a worker thread.
Link copied to clipboard
Update existing features in a GeoJSON style source. The data will be scheduled and applied on a worker thread.