Functions
Link copied to clipboard
public final GoogleMapsResult.Place.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
public final GoogleMapsResult.Place.Builder addReviewSnippet(GoogleMapsResult.Place.ReviewSnippet reviewSnippet)
Adds a single ReviewSnippet to reviewSnippets.
Link copied to clipboard
Returns an immutable instance of Place.
Link copied to clipboard
Sets Builder.name to an arbitrary JSON value.
Title of the place.
Link copied to clipboard
Sets Builder.placeId to an arbitrary JSON value.
The ID of the place, in places/{place_id} format.
Link copied to clipboard
Link copied to clipboard
public final GoogleMapsResult.Place.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final GoogleMapsResult.Place.Builder reviewSnippets(JsonField<List<GoogleMapsResult.Place.ReviewSnippet>> reviewSnippets)
Sets Builder.reviewSnippets to an arbitrary JSON value.
public final GoogleMapsResult.Place.Builder reviewSnippets(List<GoogleMapsResult.Place.ReviewSnippet> reviewSnippets)
Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.
Link copied to clipboard
Sets Builder.url to an arbitrary JSON value.
URI reference of the place.