Package com.mapbox.maps.extension.style

Types

StyleContract
Link copied to clipboard
interface StyleContract

Define the common interfaces for the Style component.

StyleExtensionImpl
Link copied to clipboard
class StyleExtensionImpl : StyleContract.StyleExtension

The concrete implementation of style extension.

StyleInterface
Link copied to clipboard
interface StyleInterface : StyleManagerInterface

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

Functions

style
Link copied to clipboard
fun style(styleUri: String = "", block: StyleExtensionImpl.Builder.() -> Unit): StyleContract.StyleExtension

DSL function to construct a style extension.