Class SearchTextResponse
Response proto for SearchText.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class SearchTextResponse : IMessage<SearchTextResponse>, IEquatable<SearchTextResponse>, IDeepCloneable<SearchTextResponse>, IBufferMessage, IMessage
Constructors
SearchTextResponse()
Declaration
public SearchTextResponse()
SearchTextResponse(SearchTextResponse)
Declaration
public SearchTextResponse(SearchTextResponse other)
Parameters
Type | Name | Description |
---|---|---|
SearchTextResponse | other |
Properties
ContextualContents
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
A list of contextual contents where each entry associates to the
corresponding place in the same index in the places field. The contents
that are relevant to the text_query
in the request are preferred. If the
contextual content is not available for one of the places, it will return
non-contextual content. It will be empty only when the content is
unavailable for this place. This list will have as many entries as the
list of places if requested.
Declaration
public RepeatedField<ContextualContent> ContextualContents { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ContextualContent> |
Places
A list of places that meet the user's text search criteria.
Declaration
public RepeatedField<Place> Places { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Place> |
RoutingSummaries
A list of routing summaries where each entry associates to the corresponding place in the same index in the places field. If the routing summary is not available for one of the places, it will contain an empty entry. This list will have as many entries as the list of places if requested.
Declaration
public RepeatedField<RoutingSummary> RoutingSummaries { get; }
Property Value
Type | Description |
---|---|
RepeatedField<RoutingSummary> |