Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Terrain-Kacheln sind Bildkacheln, die Reliefkarten und Höhenlinien enthalten. Dazu gehören natürliche Elemente wie Vegetation.
Geländekacheln abrufen
Sobald Sie ein Sitzungstoken erhalten haben, können Sie Anfragen für Geländekacheln stellen.
Da ein Sitzungstoken für die gesamte Sitzung gilt, müssen Sie die Kartenoptionen nicht in Ihren Anfrage-URIs angeben.
Das folgende Codebeispiel zeigt eine typische Anfrage für ein Sitzungstoken für Geländekacheln.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-06-13 (UTC)."],[[["Terrain tiles are image tiles that visually represent geographical features like hills, contours, and vegetation."],["To request terrain tiles, you first need to obtain a session token using your API key and specifying map parameters."],["You can then retrieve individual terrain tiles using an HTTPS GET request, providing the session token, API key, and desired tile coordinates (zoom level, x, and y)."],["Terrain tiles are downloaded directly as image files without a server response message, allowing easy integration into mapping applications."]]],["Terrain tiles, which include hillshade mapping, contour lines, and natural features, are accessed by first obtaining a session token via a POST request specifying the map type, language, region, and layer types. Subsequently, tiles are retrieved with HTTPS GET requests, providing the zoom level (z), x and y coordinates, and the session token. An example demonstrates requesting a tile at zoom level 10, with coordinates (192, 401). The tile data downloads to a local file, without a server response message.\n"]]