Class SearchGoogleLocationsRequest
Request message for GoogleLocations.SearchGoogleLocations.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class SearchGoogleLocationsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Location to search for. If provided, will find locations which match the provided location details.
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
PageSize
The number of matches to return. The default value is 3, with a maximum of 10. Note that latency may increase if more are requested. There is no pagination.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
Query
Text query to search for. The search results from a query string will be less accurate than if providing an exact location, but can provide more inexact matches.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |