getActiveFeatures abstract method
Gets map features that are currently active.
Active features are features that are either enabled via a call to MapScene.enableFeatures or that are enabled by default in the scene.
The key to the resulting map is the name of the feature and the value is the active mode.
The result is empty if the scene has not been loaded.
Returns Map<String, String>. The map of active features.
Implementation
Map<String, String> getActiveFeatures();