getStyleSourceProperties abstract method

Future<String> getStyleSourceProperties(
  1. String sourceId
)

Returns all properties of a source as a JSON string. This reflects the source's declarative payload (the JSON passed to addStyleSource); volatile runtime properties updated via setStyleSourceProperty or setStyleSourceProperties are not always included. For a single-property live read that does see volatile values, use getStyleSourceProperty.

Implementation

Future<String> getStyleSourceProperties(String sourceId);