getStylePack

abstract fun getStylePack(@NonNull styleURI: String, @NonNull callback: StylePackCallback)

Returns a style package by its id. Note: The user-provided callbacks will be executed on a worker thread; it is the responsibility of the user to dispatch to a user-controlled thread.

Parameters

styleURI

The URI of the style package's associated style

callback

The `style pack callback`.