getStyleSourcePropertyDefaultValue

open fun getStyleSourcePropertyDefaultValue(@NonNull sourceType: String, @NonNull property: String): StylePropertyValue

Gets the default value of style source property.

Return

The default value of a `property` for the sources with of a `sourceType` type.

Parameters

sourceType

A style source type.

property

The style source property name.