Package com.google.genai.types
Class GoogleMaps
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GoogleMaps
Tool to support Google Maps in Model.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Optional<AuthConfig>
Optional.static GoogleMaps.Builder
builder()
Instantiates a builder for GoogleMaps.static GoogleMaps
Deserializes a JSON string to a GoogleMaps object.abstract GoogleMaps.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GoogleMaps
public GoogleMaps()
-
-
Method Details
-
authConfig
Optional. Auth config for the Google Maps tool. -
builder
Instantiates a builder for GoogleMaps. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GoogleMaps object.
-