getActiveFeatures abstract method

Map<String, String> getActiveFeatures()

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.

Result is empty if scene has not been loaded.

Returns Map<String, String>. The map of active features.

Implementation

Map<String, String> getActiveFeatures();