Class IsochroneServiceSettings
Settings for IsochroneServiceClient instances.
Inherited Members
Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
public sealed class IsochroneServiceSettings : ServiceSettingsBase
Constructors
IsochroneServiceSettings()
Constructs a new IsochroneServiceSettings object with default settings.
Declaration
public IsochroneServiceSettings()
Properties
GenerateIsochroneSettings
CallSettings for synchronous and asynchronous calls to
IsochroneServiceClient.GenerateIsochrone and IsochroneServiceClient.GenerateIsochroneAsync.
Declaration
public CallSettings GenerateIsochroneSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public IsochroneServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| IsochroneServiceSettings | A deep clone of this IsochroneServiceSettings object. |
GetDefault()
Get a new instance of the default IsochroneServiceSettings.
Declaration
public static IsochroneServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| IsochroneServiceSettings | A new instance of the default IsochroneServiceSettings. |