Uses of Class
com.google.genai.types.GroundingChunkMaps
Packages that use GroundingChunkMaps
-
Uses of GroundingChunkMaps in com.google.genai.types
Methods in com.google.genai.types that return GroundingChunkMapsModifier and TypeMethodDescriptionabstract GroundingChunkMaps
GroundingChunkMaps.Builder.build()
static GroundingChunkMaps
Deserializes a JSON string to a GroundingChunkMaps object.Methods in com.google.genai.types that return types with arguments of type GroundingChunkMapsModifier and TypeMethodDescriptionabstract Optional<GroundingChunkMaps>
GroundingChunk.maps()
Grounding chunk from Google Maps.Methods in com.google.genai.types with parameters of type GroundingChunkMapsModifier and TypeMethodDescriptionabstract GroundingChunk.Builder
GroundingChunk.Builder.maps
(GroundingChunkMaps maps) Setter for maps.