Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Разработчики Европейской экономической зоны (ЕЭЗ)
Токен сеанса — это фрагмент данных ( UUID ), используемый в REST-вызовах для идентификации сеанса — серии связанных обменов сообщениями. Токен сеанса необходимо включать во все запросы на 2D-фрагменты и изображения Street View. Он добавляется как значение параметра session , добавляемого ко всем URL-адресам запроса.
В API Map Tiles токен сеанса представляет собой определённый набор параметров отображения. Это означает, что вам не нужно передавать набор параметров отображения с каждым запросом тайла. Вы можете использовать один и тот же токен сеанса для нескольких клиентов. В настоящее время токен сеанса действителен в течение двух недель с момента выдачи, но это может измениться. Вы всегда можете проверить срок действия токена сеанса, посмотрев поле expiry в ответном сообщении.
Запрос токена сеанса
Чтобы запросить токен сеанса, отправьте HTTPS-запрос POST к конечной точке createSession , как показано в следующем примере. Необходимо отправить запрос с заголовком Content-Type: application/json .
Тег языка IETF , который определяет язык, используемый для отображения информации на плитках. Например, en-US указывает на английский язык, используемый в США.
region
Идентификатор региона Common Locale Data Repository (две заглавные буквы), указывающий физическое местоположение пользователя. Например, US .
Необязательные поля
imageFormat
Указывает формат возвращаемого файла. Допустимые значения: jpeg или png . Файлы JPEG не поддерживают прозрачность, поэтому не рекомендуются для наложенных плиток. Если не указать imageFormat , оптимальный формат для плитки будет выбран автоматически.
scale
Увеличивает размер элементов карты (например, меток дорог), сохраняя размер и область покрытия плитки по умолчанию. Увеличение масштаба также уменьшает количество меток на карте, что снижает её загромождённость. Допустимые значения scale :
scaleFactor1x : по умолчанию.
scaleFactor2x : Удваивает размер метки и удаляет метки второстепенных функций.
scaleFactor4x : увеличивает размер метки в четыре раза и удаляет метки второстепенных объектов.
Следующие примеры демонстрируют эффект масштабирования элементов карты.
Коэффициент масштабирования 1x
Коэффициент масштабирования 2x
highDpi
Указывает, возвращать ли плитки с высоким разрешением. При увеличении масштабного коэффициента для увеличения размера плитки используется highDpi . Обычно увеличение масштабного коэффициента увеличивает результирующую плитку до изображения того же размера, что снижает качество. При highDpi результирующий размер также увеличивается, сохраняя качество. DPI означает количество точек на дюйм, а High DPI означает, что плитка отображается с использованием большего количества точек на дюйм, чем обычно. Если true , то количество пикселей в каждом из измерений x и y умножается на масштабный коэффициент (то есть 2x или 4x). Область покрытия плитки остается неизменной. Этот параметр работает только со значениями scale 2x или 4x. Он не влияет на плитки масштаба 1x.
Коэффициент масштабирования 1x
Коэффициент масштабирования 2x High DPI
layerTypes
Массив значений, определяющий типы слоёв, добавляемых на карту. Допустимые значения:
layerRoadmap
Обязательно, если в качестве типа карты выбрана terrain . Также может быть наложен на satellite карту. Не влияет на фрагменты дорожной карты.
layerStreetview
Показывает улицы и места, доступные в Street View, с помощью синих контуров на карте.
layerTraffic
Отображает текущую ситуацию на дорогах.
styles
Массив объектов стилей JSON, определяющих внешний вид и уровень детализации объектов карты, таких как дороги, парки и застроенные территории. Стилизация используется для настройки стандартной базовой карты Google. Параметр styles действителен только для карты типа roadmap . Полный синтаксис стилей см. в Справочнике стилей .
overlay
Логическое значение, указывающее, следует ли отображать layerTypes как отдельное наложение или в сочетании с базовым изображением. При true базовая карта не отображается. Если вы не определили ни один layerTypes , это значение игнорируется.
Например, запрос типа satellite карты со слоем layerRoadmap и overlay , установленным в значение false , приводит к созданию фрагментов, эквивалентных hybrid типу карты, используемому в Maps JavaScript API (изображение слева). Те же типы карт и слоев, но с overlay , установленным в true , приводят к созданию прозрачного фрагмента с наложением карты, стилизованным под спутниковые снимки (изображение справа).
overlay : ложь
overlay : правда
Следующий JSON представляет собой пример типичного тела запроса, содержащего как обязательные, так и необязательные поля.
В этом примере представлено наложение, подходящее для комбинирования со спутниковыми снимками. Пример содержит как дорожную карту, так и наложение вида улиц. Полученная карта отображается с названиями и данными на английском языке, используемом в США.
Ответ токена сеанса
Следующий JSON представляет собой пример тела ответа.
Следующий список содержит определения полей в теле ответа.
session
Значение токена сеанса, которое необходимо включать во все запросы API Map Tiles.
expiry
Строка, содержащая время (в секундах с начала эпохи), по истечении которого истекает срок действия токена. Токен сеанса действителен в течение двух недель с момента создания, но эта политика может быть изменена без предварительного уведомления.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-08-27 UTC."],[[["\u003cp\u003eSession tokens, represented as UUIDs, are required for accessing 2D Tiles and Street View imagery through the Map Tiles API but not for 3D Tiles.\u003c/p\u003e\n"],["\u003cp\u003eThey define display options for a session, eliminating the need to send them with each tile request and can be used across multiple clients.\u003c/p\u003e\n"],["\u003cp\u003eTo obtain a session token, an HTTPS POST request is sent to the \u003ccode\u003ecreateSession\u003c/code\u003e endpoint with parameters defining the map type, language, region, and optional display settings.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes the session token, its expiration time, and tile dimensions, with the token remaining valid for approximately two weeks.\u003c/p\u003e\n"]]],[],null,["# Use session tokens with Map Tiles API\n\n**European Economic Area (EEA) developers** If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google\n| Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. [Learn more](/maps/comms/eea/faq). In addition, certain content from the Map Tiles API will no longer be returned. [Learn more](/maps/comms/eea/map-tiles).\n\nA session token is a piece of data (a\n[UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier))\nthat is used in REST calls to identify a\n[session](https://en.wikipedia.org/wiki/Session_(computer_science))---a\nseries of related message exchanges. You must include a session token in all\nrequests for 2D Tiles and Street View imagery.\nYou include it as the value of a `session` parameter appended to all request\nURLs.\n\nIn the Map Tiles API, a session token represents a defined set of\ndisplay options. It means you don't have to pass a set of display options with\neach tile request. You can use the same session token across multiple clients.\nA session token is currently valid for two weeks from its\nissue time, but this might change. You can always check the expiration time of a\nsession token by looking at the `expiry` field in the response message.\n| **Note:** You need to use session tokens for getting 2D Tiles and Street View Tiles, but not for getting 3D Tiles.\n\nSession token request\n---------------------\n\nTo request a session token, send an HTTPS POST request to the `createSession`\nendpoint, as shown in the following example. You must send the request with a\n`Content-Type: application/json` header. \n\n```json\ncurl -X POST -d '{\n \"mapType\": \"streetview\",\n \"language\": \"en-US\",\n \"region\": \"US\"\n}' \\\n-H 'Content-Type: application/json' \\\n\"https://tile.googleapis.com/v1/createSession?key=YOUR_API_KEY\"\n```\n\n### Required fields\n\n`mapType`\n\n: The type of base map. This value can be one of the following:\n\n `roadmap`\n : The standard Google Maps painted map tiles.\n\n `satellite`\n : Satellite imagery.\n\n `terrain`\n : Terrain imagery. When selecting `terrain` as the map type, you must also\n include the `layerRoadmap` layer type (described in the\n [Optional fields](/maps/documentation/tile/session_tokens#optional_fields)\n section).\n\n `streetview`\n : Street View panoramas. For more information, see\n [Street View Tiles](/maps/documentation/tile/streetview).\n\n`language`\n\n: An\n [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag)\n that specifies the language used to display information on the tiles. For\n example, `en-US` specifies the English language as spoken in the United States.\n\n`region`\n\n: A\n [Common Locale Data Repository](https://cldr.unicode.org/)\n region identifier (two uppercase letters) that represents the physical location\n of the user. For example, `US`.\n\n### Optional fields\n\n`imageFormat`\n: Specifies the file format to return. Valid values are either `jpeg` or `png`.\n JPEG files don't support transparency, therefore they aren't recommended for\n overlay tiles. If you don't specify an `imageFormat`, then the best format for\n the tile is chosen automatically.\n\n`scale`\n\n: Scales-up the size of map elements (such as road labels), while retaining the\n tile size and coverage area of the default tile. Increasing the scale also\n reduces the number of labels on the map, which reduces clutter. The following\n values are valid `scale` values:\n\n - `scaleFactor1x`: The default.\n - `scaleFactor2x`: Doubles label size and removes minor feature labels.\n - `scaleFactor4x`: Quadruples label size and removes minor feature labels.\n\nThe following examples demonstrate the effect of scaling map elements.\n\n| Scale Factor 1x | Scale Factor 2x |\n|-----------------|-----------------|\n| | |\n\n`highDpi`\n: Specifies whether to return high-resolution tiles. If the scale-factor is\n increased, `highDpi` is used to increase the size of the tile. Normally,\n increasing the scale factor enlarges the resulting tile into an image of the\n same size, which lowers quality. With `highDpi`, the resulting size is also\n increased, preserving quality. DPI stands for Dots per Inch, and High DPI means\n the tile renders using more dots per inch than normal. If `true`, then the\n number of pixels in each of the x and y dimensions is multiplied by the scale\n factor (that is , 2x or 4x). The coverage area of the tile remains unchanged.\n This parameter works only with `scale` values of 2x or 4x. It has no effect on\n 1x scale tiles.\n\n| Scale Factor 1x | Scale Factor 2x High DPI |\n|-----------------|--------------------------|\n| | |\n\n`layerTypes`\n\n: An array of values that specifies the layer types added to the map. Valid\n values are:\n\n `layerRoadmap`\n : Required if you specify `terrain` as the map type. Can also be optionally\n overlaid on the `satellite` map type. Has no effect on roadmap tiles.\n\n `layerStreetview`\n : Shows Street View-enabled streets and locations using blue outlines on the\n map.\n\n `layerTraffic`\n : Displays current traffic conditions.\n\n`styles`\n\n: An array of JSON style objects that specify the appearance and detail level of\n map features such as roads, parks, and built-up areas. Styling is used to\n customize the standard Google base map. The `styles` parameter is valid only if\n the map type is `roadmap`. For the complete style syntax, see the\n [Style Reference](/maps/documentation/tile/style-reference).\n\n`overlay`\n\n: A boolean value that specifies whether `layerTypes` should be\n rendered as a separate overlay, or combined with the base imagery. When\n `true`, the base map isn't displayed. If you haven't defined any `layerTypes`,\n then this value is ignored.\n\nFor example, requesting a `satellite` map type with a `layerRoadmap` layer, and\n`overlay` set to `false` results in tiles equivalent to the `hybrid` map type\nused in the Maps JavaScript API (left image). The same\nmap and layer types with `overlay` set to `true` results in a transparent tile\nwith a map overlay, styled appropriately for overlaying over satellite imagery\n(right image).\n\n| `overlay`: false | `overlay`: true |\n|------------------|-----------------|\n| | |\n\nThe following JSON is an example of a typical request body that contains both\nrequired and optional fields. \n\n {\n \"mapType\": \"satellite\",\n \"language\": \"en-US\",\n \"region\": \"us\",\n \"layerTypes\": [ \"layerRoadmap\", \"layerStreetview\" ],\n \"overlay\": true,\n \"scale\": \"scaleFactor1x\",\n \"styles\": [\n {\n \"stylers\": [\n { \"hue\": \"#00ffe6\" },\n { \"saturation\": -20 }\n ]\n },{\n \"featureType\": \"road\",\n \"elementType\": \"geometry\",\n \"stylers\": [\n { \"lightness\": 100 },\n { \"visibility\": \"simplified\" }\n ]\n }\n ]\n }\n\nThis example provides an overlay that's suitable for combining with satellite\nimagery. The example contains both a roadmap and street view overlay. The\nresulting map is rendered with names and data in the English language, as it's\nspoken in the United States.\n\nSession token response\n----------------------\n\nThe following JSON is an example response body. \n\n {\n \"session\": \"IgAAAHGU9jnAU4KOAfwY3Bcd6eH_WxQsyocSBAdUnAr9pnvTTNXtF9c_27RBo94ytEXTDg\",\n \"expiry\": \"1361828036\",\n \"tileWidth\": 256,\n \"tileHeight\": 256,\n \"imageFormat\": \"png\"\n }\n\nThe following list contains definitions of the fields in the response body.\n\n`session`\n: A session token value that you must include in all of your Map Tiles API\n requests.\n\n`expiry`\n: A string that contains the time (in seconds since the epoch) at which the token\n expires. A session token is valid for two weeks from its creation\n time, but this policy might change without notice.\n\n`tileWidth`\n: The width of the tiles measured in pixels.\n\n`tileHeight`\n: The height of the tiles measured in pixels.\n\n`imageFormat`\n: The image format, which can be either `png` or `jpeg`."]]