Generic Style
Generic Style that you can insert MapboxMapComposable functions in any slot you defined as a plain string, or set any map import configs given as plain string and Value pairs.
Please note it's your own responsibility to make sure the slots you provided exists in the style, and the import configs are valid within the style, otherwise it will result in unexpected behaviour.
Always prefer strongly typed MapboxStyleComposable over the GenericStyle.
Parameters
The Style JSON or Style Uri to be set to the map.
The slot name and MapboxStyleComposable pairs that would be inserted to the corresponding slots in the style.
The map of importId and the config name/value pairs that would be applied to the style as style import configs.
The projection to be set to the map. Defaults to Projection.default meaning that projection value is taken from the style definition.