Class MapManagement
The Map Management API uses your inputs to create and manage Google Cloud based styling resources for Google Maps.
Using this API, you can can create and manage MapConfigs (Map IDs), StyleConfigs (JSON-based styling), and MapContextConfigs (associations between styles, datasets, and map variants).
This API offers features through three channels:
v2alpha: Experimental features.v2beta: Preview features, recommended for early adoption.v2: General Availability (GA) features.
Capabilities described here are generally available across both the v2alpha and v2beta endpoints.
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public static class MapManagement
Methods
BindService(MapManagementBase)
Creates service definition that can be registered with a server
Declaration
public static ServerServiceDefinition BindService(MapManagement.MapManagementBase serviceImpl)
Parameters
| Type | Name | Description |
|---|---|---|
| MapManagement.MapManagementBase | serviceImpl | An object implementing the server-side handling logic. |
Returns
| Type | Description |
|---|---|
| ServerServiceDefinition |
BindService(ServiceBinderBase, MapManagementBase)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Declaration
public static void BindService(ServiceBinderBase serviceBinder, MapManagement.MapManagementBase serviceImpl)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceBinderBase | serviceBinder | Service methods will be bound by calling |
| MapManagement.MapManagementBase | serviceImpl | An object implementing the server-side handling logic. |