Параметры карты.
MapOptions()
fun setTheme(theme: MapTheme): Unit
Устанавливает тему, которая будет использована в карте. Для изменения в течение жизненного цикла MapView, используйте MapView.setTheme.
theme
MapTheme
Unit
@JvmStatic fun fromAttributes(context: Context, attrs: AttributeSet): MapOptions
context
Context
attrs
AttributeSet
MapOptions
var position
CameraPosition
var sources
List?<Source>
var styleFile
File?
val mapAttributes
MutableMap
var fontIconSizeMultiplier
Float?
var copyrightInsetsSides
Int?
var maxFps
Fps?
var powerSavingMaxFps
var renderMode
MapRenderMode