get Style Source Property
abstract fun getStyleSourceProperty(@NonNull sourceId: String, @NonNull property: String): StylePropertyValue
Content copied to clipboard
Gets the value of style source property.
Return
The value of a `property` in the source with a `sourceId`.
Parameters
source Id
A style source identifier.
property
The style source property name.