Class SearchNearbyResponse
Response proto for Search Nearby.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class SearchNearbyResponse : IMessage<SearchNearbyResponse>, IEquatable<SearchNearbyResponse>, IDeepCloneable<SearchNearbyResponse>, IBufferMessage, IMessage
Constructors
SearchNearbyResponse()
Declaration
public SearchNearbyResponse()
SearchNearbyResponse(SearchNearbyResponse)
Declaration
public SearchNearbyResponse(SearchNearbyResponse other)
Parameters
Type | Name | Description |
---|---|---|
SearchNearbyResponse | other |
Properties
Places
A list of places that meets user's requirements like places types, number of places and specific location restriction.
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 should have as many entries as the list of places if requested.
Declaration
public RepeatedField<RoutingSummary> RoutingSummaries { get; }
Property Value
Type | Description |
---|---|
RepeatedField<RoutingSummary> |