withDisabledFeatures abstract method

MapSceneLoadOptionsBuilder withDisabledFeatures(
  1. List<String> disabledFeatures
)

Sets the features to disable in the new configuration.

  • disabledFeatures Features to disable.

Returns MapSceneLoadOptionsBuilder. This class instance.

Implementation

MapSceneLoadOptionsBuilder withDisabledFeatures(List<String> disabledFeatures);