setUseDefaultMapsIndoorsStyle method

MPMapConfig setUseDefaultMapsIndoorsStyle(
  1. bool use
)

Sets whether to use the default map styling used by MapsIndoors, enabled by default

Implementation

MPMapConfig setUseDefaultMapsIndoorsStyle(bool use) {
  _useDefaultMapsIndoorsStyle = use;
  return this;
}