Class DestinationService.DestinationServiceBase
Base class for server-side implementations of DestinationService
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). |