Uses of Class
com.google.genai.types.GoogleMapsGroundingTypes
Packages that use GoogleMapsGroundingTypes
-
Uses of GoogleMapsGroundingTypes in com.google.genai.types
Methods in com.google.genai.types that return GoogleMapsGroundingTypesModifier and TypeMethodDescriptionabstract GoogleMapsGroundingTypesGoogleMapsGroundingTypes.Builder.build()static GoogleMapsGroundingTypesDeserializes a JSON string to a GoogleMapsGroundingTypes object.Methods in com.google.genai.types that return types with arguments of type GoogleMapsGroundingTypesModifier and TypeMethodDescriptionabstract Optional<GoogleMapsGroundingTypes>GoogleMaps.groundingTypes()Optional.Methods in com.google.genai.types with parameters of type GoogleMapsGroundingTypesModifier and TypeMethodDescriptionabstract GoogleMaps.BuilderGoogleMaps.Builder.groundingTypes(GoogleMapsGroundingTypes groundingTypes) Setter for groundingTypes.