StyleController

interface StyleController

Controls the process of loading and applying a custom map style.

Functions

Link copied to clipboard
abstract fun hideHillShading()

Hide hill shading layer.

Link copied to clipboard

Loads new map style. Provided callback is called once operation finishes with either success or failure.

Link copied to clipboard
abstract fun setStyleMode(mode: StyleMode)

Configures style mode. See StyleMode for more info.

Link copied to clipboard
abstract fun showHillShading()

Shows hill shading layer in the current style.

Properties

Link copied to clipboard
abstract val layers: List<Layer>

Returns all currently added Layer elements.

Inheritors

Link copied to clipboard