Table of Contents

Class SearchNearbyResponse

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

Response from the Places API (New) Nearby Search endpoint.

public sealed class SearchNearbyResponse : IResponseFor<SearchNearbyRequest>
Inheritance
SearchNearbyResponse
Implements
Inherited Members

Properties

Places

Matching places. Which fields are populated depends on the request field mask.

[JsonPropertyName("places")]
public List<Place>? Places { get; set; }

Property Value

List<Place>