google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
GoogleMaps
/
Builder
Builder
public
abstract
class
Builder
Builder for GoogleMaps.
Members
Constructors
GoogleMaps.
Builder
Link copied to clipboard
public
void
GoogleMaps.Builder
(
)
Functions
auth
Config
Link copied to clipboard
public
abstract
GoogleMaps.Builder
authConfig
(
AuthConfig
authConfig
)
Setter for authConfig.
@
CanIgnoreReturnValue
(
)
public
GoogleMaps.Builder
authConfig
(
AuthConfig.Builder
authConfigBuilder
)
Setter for authConfig builder.
build
Link copied to clipboard
public
abstract
GoogleMaps
build
(
)
clear
Auth
Config
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
GoogleMaps.Builder
clearAuthConfig
(
)
Clears the value of authConfig field.
clear
Enable
Widget
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
GoogleMaps.Builder
clearEnableWidget
(
)
Clears the value of enableWidget field.
enable
Widget
Link copied to clipboard
public
abstract
GoogleMaps.Builder
enableWidget
(
boolean enableWidget
)
Setter for enableWidget.