Package com.mapbox.maps.extension.style.types
Types
AtmosphereDsl
Link copied to clipboard
Dsl marker for Atmosphere.
ExpressionDsl
Link copied to clipboard
Dsl marker for Expression.
Formatted
Link copied to clipboard
Represents a string broken into sections annotated with separate formatting options.
FormattedSection
Link copied to clipboard
data class FormattedSection @JvmOverloads constructor(text: String, fontScale: Double?, fontStack: List<String>?, textColor: String?)
Content copied to clipboard
A component of the Formatted.
PromoteId
Link copied to clipboard
data class PromoteId @JvmOverloads constructor(propertyName: String, sourceId: String?)
Content copied to clipboard
Holds a property type to promote a specific feature for feature state API.
StyleTransition
Link copied to clipboard
class StyleTransition
Content copied to clipboard
Concrete implementation of the StyleTransition interface.
TerrainDsl
Link copied to clipboard
Dsl marker for Terrain.
Functions
transitionOptions
Link copied to clipboard
fun transitionOptions(block: StyleTransition.Builder.() -> Unit): StyleTransition
Content copied to clipboard
DSL function for StyleTransition.