loadStyleJson method
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);