Hi, I'm new to SF Maps, and currently evaluating it.
I wonder how it is possible to add a layer or sublayer to the map after the map widget is created?
I would like to do the tile and polygon request after the page is shown to the user.
Also that the user can enable and disable layers on the fly.
Usually, in the direct SDKs, you can do this with a MapController you get after the map is initialized.
But I haven't found anything like this in the SFMaps Demos and docs.
Is it not there or did I miss it?