style

var style: Style? = null

Style of the map synchronously, will return null is style is not loaded yet.

Note: keeping the reference to an invalid Style instance introduces significant native memory leak, see Style.isValid for more details.

Return

currently loaded Style object or NULL if it is not loaded.