Show / Hide Table of Contents

Class PlacesResource.SearchNearbyRequest

Search for places near locations.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>
PlacesResource.SearchNearbyRequest
Implements
IClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>
IClientServiceRequest
Inherited Members
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Xgafv
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.AccessToken
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Alt
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Callback
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Fields
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Key
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.OauthToken
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.PrettyPrint
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.QuotaUser
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.UploadType
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.UploadProtocol
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Execute()
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ExecuteAsync()
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ETagAction
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ModifyRequest
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ValidateParameters
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.ApiVersion
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.RequestParameters
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class PlacesResource.SearchNearbyRequest : MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>, IClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>, IClientServiceRequest

Constructors

SearchNearbyRequest(IClientService, GoogleMapsPlacesV1SearchNearbyRequest)

Constructs a new SearchNearby request.

Declaration
public SearchNearbyRequest(IClientService service, GoogleMapsPlacesV1SearchNearbyRequest body)
Parameters
Type Name Description
IClientService service
GoogleMapsPlacesV1SearchNearbyRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.GetBody()

InitParameters()

Initializes SearchNearby parameter list.

Declaration
protected override void InitParameters()
Overrides
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchNearbyResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX