withEnabledFeatures abstract method

MapSceneLoadOptionsBuilder withEnabledFeatures(
  1. Map<String, String> enabledFeatures
)

Sets the features to enable in the new configuration.

  • enabledFeatures Features to enable. Key = feature name, value = mode name.

Returns MapSceneLoadOptionsBuilder. This class instance.

Implementation

MapSceneLoadOptionsBuilder withEnabledFeatures(Map<String, String> enabledFeatures);