Class GoogleMapsResult
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleMapsResult
GoogleMapsResult
The result of the Google Maps.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGoogleMapsResult(List<GoogleMapsResultPlaces> places, String widgetContextToken) -
Method Summary
Modifier and TypeMethodDescriptionstatic GoogleMapsResult.Builderbuilder()booleaninthashCode()places()toString()withPlaces(List<GoogleMapsResultPlaces> places) withWidgetContextToken(String widgetContextToken)
-
Constructor Details
-
GoogleMapsResult
public GoogleMapsResult(@Nullable List<GoogleMapsResultPlaces> places, @Nullable String widgetContextToken) -
GoogleMapsResult
public GoogleMapsResult()
-
-
Method Details