Package-level declarations
Types
Link copied to clipboard
class CustomGeometrySource(val id: String, val options: CustomGeometrySourceOptions) : StyleContract.StyleSourceExtension
Custom Vector Source, allows using FeatureCollections.
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
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.