Package com.mapbox.maps.extension.style
Types
StyleContract
Link copied to clipboard
interface StyleContract
Content copied to clipboard
Define the common interfaces for the Style component.
StyleExtensionImpl
Link copied to clipboard
The concrete implementation of style extension.
StyleInterface
Link copied to clipboard
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
Content copied to clipboard
DSL function to construct a style extension.