withEnabledFeatures abstract method
- Map<
String, String> enabledFeatures
Sets the features to enable in the new configuration.
enabledFeaturesFeatures to enable. Key = feature name, value = mode name.
Returns MapSceneLoadOptionsBuilder. This class instance.
Implementation
MapSceneLoadOptionsBuilder withEnabledFeatures(Map<String, String> enabledFeatures);