Show / Hide Table of Contents

Class MapManagement.MapManagementBase

Base class for server-side implementations of MapManagement

Inheritance
object
MapManagement.MapManagementBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
[BindServiceMethod(typeof(MapManagement), "BindService")]
public abstract class MapManagement.MapManagementBase

Methods

CreateMapConfig(CreateMapConfigRequest, ServerCallContext)

Creates a MapConfig in a project.

Declaration
public virtual Task<MapConfig> CreateMapConfig(CreateMapConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateMapConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MapConfig>

The response to send back to the client (wrapped by a task).

CreateMapContextConfig(CreateMapContextConfigRequest, ServerCallContext)

Creates a MapContextConfig.

Declaration
public virtual Task<MapContextConfig> CreateMapContextConfig(CreateMapContextConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateMapContextConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MapContextConfig>

The response to send back to the client (wrapped by a task).

CreateStyleConfig(CreateStyleConfigRequest, ServerCallContext)

Creates a StyleConfig.

Declaration
public virtual Task<StyleConfig> CreateStyleConfig(CreateStyleConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateStyleConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<StyleConfig>

The response to send back to the client (wrapped by a task).

DeleteMapConfig(DeleteMapConfigRequest, ServerCallContext)

Deletes a MapConfig.

Declaration
public virtual Task<Empty> DeleteMapConfig(DeleteMapConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
DeleteMapConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<Empty>

The response to send back to the client (wrapped by a task).

DeleteMapContextConfig(DeleteMapContextConfigRequest, ServerCallContext)

Deletes a MapContextConfig.

Declaration
public virtual Task<Empty> DeleteMapContextConfig(DeleteMapContextConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
DeleteMapContextConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<Empty>

The response to send back to the client (wrapped by a task).

DeleteStyleConfig(DeleteStyleConfigRequest, ServerCallContext)

Deletes a StyleConfig.

Declaration
public virtual Task<Empty> DeleteStyleConfig(DeleteStyleConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
DeleteStyleConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<Empty>

The response to send back to the client (wrapped by a task).

GetMapConfig(GetMapConfigRequest, ServerCallContext)

Gets a MapConfig.

Declaration
public virtual Task<MapConfig> GetMapConfig(GetMapConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
GetMapConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MapConfig>

The response to send back to the client (wrapped by a task).

GetMapContextConfig(GetMapContextConfigRequest, ServerCallContext)

Gets a MapContextConfig.

Declaration
public virtual Task<MapContextConfig> GetMapContextConfig(GetMapContextConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
GetMapContextConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MapContextConfig>

The response to send back to the client (wrapped by a task).

GetStyleConfig(GetStyleConfigRequest, ServerCallContext)

Gets a StyleConfig.

Declaration
public virtual Task<StyleConfig> GetStyleConfig(GetStyleConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
GetStyleConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<StyleConfig>

The response to send back to the client (wrapped by a task).

ListMapConfigs(ListMapConfigsRequest, ServerCallContext)

Lists MapConfigs for a project.

Declaration
public virtual Task<ListMapConfigsResponse> ListMapConfigs(ListMapConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListMapConfigsRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListMapConfigsResponse>

The response to send back to the client (wrapped by a task).

ListMapContextConfigs(ListMapContextConfigsRequest, ServerCallContext)

Lists MapContextConfigs.

Declaration
public virtual Task<ListMapContextConfigsResponse> ListMapContextConfigs(ListMapContextConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListMapContextConfigsRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListMapContextConfigsResponse>

The response to send back to the client (wrapped by a task).

ListStyleConfigs(ListStyleConfigsRequest, ServerCallContext)

Lists StyleConfigs.

Declaration
public virtual Task<ListStyleConfigsResponse> ListStyleConfigs(ListStyleConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListStyleConfigsRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListStyleConfigsResponse>

The response to send back to the client (wrapped by a task).

UpdateMapConfig(UpdateMapConfigRequest, ServerCallContext)

Updates a MapConfig.

Declaration
public virtual Task<MapConfig> UpdateMapConfig(UpdateMapConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateMapConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MapConfig>

The response to send back to the client (wrapped by a task).

UpdateMapContextConfig(UpdateMapContextConfigRequest, ServerCallContext)

Updates a MapContextConfig.

Declaration
public virtual Task<MapContextConfig> UpdateMapContextConfig(UpdateMapContextConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateMapContextConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MapContextConfig>

The response to send back to the client (wrapped by a task).

UpdateStyleConfig(UpdateStyleConfigRequest, ServerCallContext)

Updates a StyleConfig.

Declaration
public virtual Task<StyleConfig> UpdateStyleConfig(UpdateStyleConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateStyleConfigRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<StyleConfig>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX