Constructors

Link copied to clipboard
constructor(compositeHttpInterceptor: CompositeHttpInterceptorListener)

Functions

Link copied to clipboard
open override fun addAuthRule(rule: RequestAuthorizationRule)

Adds authorization rule for the given rule.

Link copied to clipboard
fun bottomSlot(content: @Composable () -> Unit)

The content to be set to the bottom slot of the Mapbox Standard style.

Link copied to clipboard
open override fun clear()

Clears all authorization rules. Invoked when the composer is disposed.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun middleSlot(content: @Composable () -> Unit)

The content to be set to the middle slot of the Mapbox Standard style.

Link copied to clipboard
fun topSlot(content: @Composable () -> Unit)

The content to be set to the top slot of the Mapbox Standard style.