Class GoogleMapsPlacesV1SearchNearbyResponse
Response proto for Search Nearby.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1SearchNearbyResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Places
A list of places that meets user's requirements like places types, number of places and specific location restriction.
Declaration
[JsonProperty("places")]
public virtual IList<GoogleMapsPlacesV1Place> Places { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1Place> |
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
[JsonProperty("routingSummaries")]
public virtual IList<GoogleMapsPlacesV1RoutingSummary> RoutingSummaries { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1RoutingSummary> |