Types
CustomGeometrySource
Link copied to clipboard
class CustomGeometrySource(id: String, options: CustomGeometrySourceOptions) : StyleContract.StyleSourceExtension
Content copied to clipboard
Source
Link copied to clipboard
abstract class Source(sourceId: String) : StyleContract.StyleSourceExtension
Content copied to clipboard
Functions
addSource
Link copied to clipboard
customGeometrySource
Link copied to clipboard
fun customGeometrySource(id: String, block: CustomGeometrySourceOptions.Builder.() -> Unit): CustomGeometrySource
Content copied to clipboard
getClusterChildren
Link copied to clipboard
fun GeoJsonSource.getClusterChildren(clusterId: Int): MutableList<Feature>
Content copied to clipboard
getClusterLeaves
Link copied to clipboard
fun GeoJsonSource.getClusterLeaves(clusterId: Int, limit: Int, offset: Int): MutableList<Feature>
Content copied to clipboard
getExpansionZoom
Link copied to clipboard
getSource
Link copied to clipboard
getSourceAs
Link copied to clipboard
inline fun <T : Source> StyleManagerInterface.getSourceAs(sourceId: String): T?
Content copied to clipboard
updateImage
Link copied to clipboard