getStyleSourceProperty

abstract fun getStyleSourceProperty(@NonNull sourceId: String, @NonNull property: String): StylePropertyValue

Gets the value of style source property.

Return

The value of a `property` in the source with a `sourceId`.

Parameters

sourceId

A style source identifier.

property

The style source property name.