Map Management API v2

Die Map Management API unterstützt CRUD-Vorgänge für cloudbasierte Map Styling-Ressourcen, einschließlich MapConfigs, StyleConfigs und MapContextConfigs.

Dienst: mapmanagement.googleapis.com

Wir empfehlen, diesen Dienst mit den von Google bereitgestellten Clientbibliotheken aufzurufen. Wenn Ihre Anwendung diesen Dienst mit Ihren eigenen Bibliotheken aufrufen muss, sollten Sie die folgenden Informationen verwenden, wenn Sie die API-Anfragen senden.

Discovery-Dokumente

Ein Discovery-Dokument ist eine maschinenlesbare Spezifikation zum Beschreiben und Nutzen von REST APIs. Sie wird verwendet, um Clientbibliotheken, IDE-Plug-ins und andere Tools zu erstellen, die mit Google APIs interagieren. Ein Dienst kann mehrere Discovery-Dokumente haben. Der Dienst bietet die folgenden Discovery-Dokumente:

Dienstendpunkt

Ein Dienstendpunkt ist eine Basis-URL, die die Netzwerkadresse eines API-Dienstes angibt. Ein Dienst kann mehrere Dienstendpunkte haben. Dieser Dienst hat den folgenden Dienstendpunkt und alle nachstehenden URIs beziehen sich auf ihn:

  • https://mapmanagement.googleapis.com

v2beta

REST-Ressource: v2beta.projects.mapConfigs

Methoden
createPOST /v2beta/{parent=projects/*}/mapConfigs
Erstellt eine MapConfig in einem Projekt.
deleteDELETE /v2beta/{name=projects/*/mapConfigs/*}
Löscht eine MapConfig.
getGET /v2beta/{name=projects/*/mapConfigs/*}
Ruft eine MapConfig ab.
listGET /v2beta/{parent=projects/*}/mapConfigs
Listet MapConfigs für ein Projekt auf.
patchPATCH /v2beta/{map_config.name=projects/*/mapConfigs/*}
Aktualisiert eine MapConfig.

REST-Ressource: v2beta.projects.styleConfigs

Methoden
createPOST /v2beta/{parent=projects/*}/styleConfigs
Erstellt eine StyleConfig.
deleteDELETE /v2beta/{name=projects/*/styleConfigs/*}
Löscht eine StyleConfig.
getGET /v2beta/{name=projects/*/styleConfigs/*}
Ruft eine StyleConfig ab.
listGET /v2beta/{parent=projects/*}/styleConfigs
Listet StyleConfigs auf.
patchPATCH /v2beta/{style_config.name=projects/*/styleConfigs/*}
Aktualisiert eine StyleConfig.

REST-Ressource: v2beta.projects.mapConfigs.mapContextConfigs

Methoden
createPOST /v2beta/{parent=projects/*/mapConfigs/*}/mapContextConfigs
Erstellt eine MapContextConfig.
deleteDELETE /v2beta/{name=projects/*/mapConfigs/*/mapContextConfigs/*}
Löscht eine MapContextConfig.
getGET /v2beta/{name=projects/*/mapConfigs/*/mapContextConfigs/*}
Ruft eine MapContextConfig ab.
listGET /v2beta/{parent=projects/*/mapConfigs/*}/mapContextConfigs
Listet MapContextConfigs auf.
patchPATCH /v2beta/{map_context_config.name=projects/*/mapConfigs/*/mapContextConfigs/*}
Aktualisiert eine MapContextConfig.

v2alpha

REST-Ressource: v2alpha.projects.mapConfigs

Methoden
createPOST /v2alpha/{parent=projects/*}/mapConfigs
Erstellt eine MapConfig in einem Projekt.
deleteDELETE /v2alpha/{name=projects/*/mapConfigs/*}
Löscht eine MapConfig.
getGET /v2alpha/{name=projects/*/mapConfigs/*}
Ruft eine MapConfig ab.
listGET /v2alpha/{parent=projects/*}/mapConfigs
Listet MapConfigs für ein Projekt auf.
patchPATCH /v2alpha/{map_config.name=projects/*/mapConfigs/*}
Aktualisiert eine MapConfig.

REST-Ressource: v2alpha.projects.styleConfigs

Methoden
createPOST /v2alpha/{parent=projects/*}/styleConfigs
Erstellt eine StyleConfig.
deleteDELETE /v2alpha/{name=projects/*/styleConfigs/*}
Löscht eine StyleConfig.
getGET /v2alpha/{name=projects/*/styleConfigs/*}
Ruft eine StyleConfig ab.
listGET /v2alpha/{parent=projects/*}/styleConfigs
Listet StyleConfigs auf.
patchPATCH /v2alpha/{style_config.name=projects/*/styleConfigs/*}
Aktualisiert eine StyleConfig.

REST-Ressource: v2alpha.projects.mapConfigs.mapContextConfigs

Methoden
createPOST /v2alpha/{parent=projects/*/mapConfigs/*}/mapContextConfigs
Erstellt eine MapContextConfig.
deleteDELETE /v2alpha/{name=projects/*/mapConfigs/*/mapContextConfigs/*}
Löscht eine MapContextConfig.
getGET /v2alpha/{name=projects/*/mapConfigs/*/mapContextConfigs/*}
Ruft eine MapContextConfig ab.
listGET /v2alpha/{parent=projects/*/mapConfigs/*}/mapContextConfigs
Listet MapContextConfigs auf.
patchPATCH /v2alpha/{map_context_config.name=projects/*/mapConfigs/*/mapContextConfigs/*}
Aktualisiert eine MapContextConfig.