Class MapManagementSettings
Settings for MapManagementClient instances.
Inherited Members
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class MapManagementSettings : ServiceSettingsBase
Constructors
MapManagementSettings()
Constructs a new MapManagementSettings object with default settings.
Declaration
public MapManagementSettings()
Properties
CreateMapConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.CreateMapConfig and MapManagementClient.CreateMapConfigAsync.
Declaration
public CallSettings CreateMapConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateMapContextConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.CreateMapContextConfig and MapManagementClient.CreateMapContextConfigAsync
.
Declaration
public CallSettings CreateMapContextConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateStyleConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.CreateStyleConfig and MapManagementClient.CreateStyleConfigAsync.
Declaration
public CallSettings CreateStyleConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
DeleteMapConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.DeleteMapConfig and MapManagementClient.DeleteMapConfigAsync.
Declaration
public CallSettings DeleteMapConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
DeleteMapContextConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.DeleteMapContextConfig and MapManagementClient.DeleteMapContextConfigAsync
.
Declaration
public CallSettings DeleteMapContextConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
DeleteStyleConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.DeleteStyleConfig and MapManagementClient.DeleteStyleConfigAsync.
Declaration
public CallSettings DeleteStyleConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetMapConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.GetMapConfig and MapManagementClient.GetMapConfigAsync.
Declaration
public CallSettings GetMapConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetMapContextConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.GetMapContextConfig and MapManagementClient.GetMapContextConfigAsync.
Declaration
public CallSettings GetMapContextConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetStyleConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.GetStyleConfig and MapManagementClient.GetStyleConfigAsync.
Declaration
public CallSettings GetStyleConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListMapConfigsSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.ListMapConfigs and MapManagementClient.ListMapConfigsAsync.
Declaration
public CallSettings ListMapConfigsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListMapContextConfigsSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.ListMapContextConfigs and MapManagementClient.ListMapContextConfigsAsync.
Declaration
public CallSettings ListMapContextConfigsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListStyleConfigsSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.ListStyleConfigs and MapManagementClient.ListStyleConfigsAsync.
Declaration
public CallSettings ListStyleConfigsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateMapConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.UpdateMapConfig and MapManagementClient.UpdateMapConfigAsync.
Declaration
public CallSettings UpdateMapConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateMapContextConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.UpdateMapContextConfig and MapManagementClient.UpdateMapContextConfigAsync
.
Declaration
public CallSettings UpdateMapContextConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateStyleConfigSettings
CallSettings for synchronous and asynchronous calls to
MapManagementClient.UpdateStyleConfig and MapManagementClient.UpdateStyleConfigAsync.
Declaration
public CallSettings UpdateStyleConfigSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public MapManagementSettings Clone()
Returns
| Type | Description |
|---|---|
| MapManagementSettings | A deep clone of this MapManagementSettings object. |
GetDefault()
Get a new instance of the default MapManagementSettings.
Declaration
public static MapManagementSettings GetDefault()
Returns
| Type | Description |
|---|---|
| MapManagementSettings | A new instance of the default MapManagementSettings. |