authConfig

public abstract GoogleMaps.Builder authConfig(AuthConfig authConfig)

Setter for authConfig.

authConfig: The authentication config to access the API. Only API key is supported. This field is not supported in Gemini API.


@CanIgnoreReturnValue()
public GoogleMaps.Builder authConfig(AuthConfig.Builder authConfigBuilder)

Setter for authConfig builder.

authConfig: The authentication config to access the API. Only API key is supported. This field is not supported in Gemini API.