placeId

public final PlaceCitation.Builder placeId(String placeId)

The ID of the place, in places/{place_id} format.


public final PlaceCitation.Builder placeId(JsonField<String> placeId)

Sets Builder.placeId to an arbitrary JSON value.

You should usually call Builder.placeId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.