Package com.mapbox.maps.extension.style

Types

StyleContract
Link copied to clipboard

Define the common interfaces for the Style component.

interface StyleContract
StyleExtensionImpl
Link copied to clipboard

The concrete implementation of style extension.

class StyleExtensionImpl : StyleContract.StyleExtension
StyleInterface
Link copied to clipboard

Defines the style interface that can be used to interact with the map's style.

interface StyleInterface : StyleManagerInterface

Functions

style
Link copied to clipboard

DSL function to construct a style extension.

fun style(styleUri: String, block: StyleExtensionImpl.Builder.() -> Unit): StyleContract.StyleExtension