setStyleJSON abstract method

Future<void> setStyleJSON(
  1. String json
)

Loads a style from a JSON string.

Implementation

Future<void> setStyleJSON(String json);