Class GoogleMaps.Builder

java.lang.Object
com.google.genai.gaos.models.interactions.GoogleMaps.Builder
Enclosing class:
GoogleMaps

public static final class GoogleMaps.Builder extends Object
  • Method Details

    • enableWidget

      public GoogleMaps.Builder enableWidget(@Nullable Boolean enableWidget)
      Whether to return a widget context token in the tool call result of the response.
    • latitude

      public GoogleMaps.Builder latitude(@Nullable Double latitude)
      The latitude of the user's location.
    • longitude

      public GoogleMaps.Builder longitude(@Nullable Double longitude)
      The longitude of the user's location.
    • build

      public GoogleMaps build()