Show / Hide Table of Contents

Class IsochroneService.IsochroneServiceBase

Base class for server-side implementations of IsochroneService

Inheritance
object
IsochroneService.IsochroneServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
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).

In this article
Back to top Generated by DocFX