Show / Hide Table of Contents

Class DestinationService.DestinationServiceBase

Base class for server-side implementations of DestinationService

Inheritance
object
DestinationService.DestinationServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Maps.Geocode.V4
Assembly: Google.Maps.Geocode.V4.dll
Syntax
[BindServiceMethod(typeof(DestinationService), "BindService")]
public abstract class DestinationService.DestinationServiceBase

Methods

SearchDestinations(SearchDestinationsRequest, ServerCallContext)

This method performs a destination lookup and returns a list of destinations.

Declaration
public virtual Task<SearchDestinationsResponse> SearchDestinations(SearchDestinationsRequest request, ServerCallContext context)
Parameters
Type Name Description
SearchDestinationsRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<SearchDestinationsResponse>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX