Class IsochroneService.IsochroneServiceBase
Base class for server-side implementations of IsochroneService
Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
[BindServiceMethod(typeof(IsochroneService), "BindService")]
public abstract class IsochroneService.IsochroneServiceBase
Methods
GenerateIsochrone(GenerateIsochroneRequest, ServerCallContext)
Calculates and returns a single isochrone for a given set of parameters.
Declaration
public virtual Task<GenerateIsochroneResponse> GenerateIsochrone(GenerateIsochroneRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GenerateIsochroneRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<GenerateIsochroneResponse> | The response to send back to the client (wrapped by a task). |