loadStyleJson method

Future<void> loadStyleJson(
  1. String styleJson
)

Loads a style from a JSON string, calling a completion closure when the style is fully loaded or there has been an error during load.

Implementation

Future<void> loadStyleJson(String styleJson) =>
    _mapInterface.loadStyleJson(styleJson);