使用边框、背景颜色、阴影或足够的空白区域等界面提示,在视觉上将 Google Maps Platform 内容与其他内容区分开。
请勿将 Google 地图与非 Google Maps Platform 内容混为一谈,以免误导用户。
验证提供方信息是否始终清晰可见。请勿移除、隐藏、遮挡或修改该信息。
下图展示了这些视觉要求的示例。
Google 地图提供方信息位于内容顶部、底部和侧面的示例 区分 Google 地图内容(地点评分)与其他内容的三种方法示例 请勿遮盖 Google 地图提供方信息,也不要将其与其他来源的内容混杂在一起
第三方数据提供商
地图产品上的一些数据和图片来自 Google 以外的提供方。
对于某些产品(例如 Map Tiles API),我们可能会向您提供第三方数据提供商的必要提供方信息。如果使用此类图像,提供方信息文字中必须提及“Google 地图”和相关数据提供方,例如“地图数据:Google、Maxar Technologies”。如果 Google 提供第三方提供方信息,那么提供方信息中不应仅包含“Google 地图”或 Google 徽标。
[null,null,["最后更新时间 (UTC):2025-07-17。"],[],[],null,["This document lists requirements for applications developed with the\nPlaces Insights. Note that use of the Places Insights is governed by\nyour Agreement with Google.\n\nPolicies\n\nThis section describes policies relevant to Places Insights. Policies provide practical\nimplementation guidelines and requirements to help you use the Service\ncorrectly and in line with Google Maps Platform's expectations.\n\nExceptions from caching restrictions\n\nNote that the **place ID** , used to uniquely identify a place, is\n**exempt from** the [caching restrictions](https://cloud.google.com/maps-platform/terms/maps-service-terms).\nYou can therefore store place ID values indefinitely.\nThe place ID is returned in the `place_id` field in\nAPI responses. Learn how to save, refresh, and manage place IDs in the [Place IDs guide](/maps/documentation/placesinsights/place-id#save-id).\n\nGoogle Maps attribution requirements\n\nThis section provides attribution requirements and guidelines for displaying Google\nMaps and Content through your applications.\n\nDisplay Google Maps attribution\n\nYou must follow Google Maps attribution requirements when displaying Content from\nGoogle Maps Platform APIs in your app or website. You don't need to add extra attribution\nif the Content is shown on a Google Map where the attribution is already visible.\n\nIncluded Google Maps attribution\n\nFor Google Maps attribution that is already provided by Google Maps Platform in\nthe user interface, such as in Places UI Kit:\n\n- Don't remove included attribution regardless of where it is displayed. Don't alter, hide, or obscure the attribution and make sure it is clearly visible against the background.\n- Always visually distinguish Google Maps Platform Content from other content by using UI cues such as a border, background color, shadow, or sufficient whitespace.\n- When making visual modifications, you must adhere to all Google Maps attribution requirements.\n\nGoogle Maps logo and text attribution\n\nAttribution should take the form of the Google Maps logo whenever possible.\nIn cases where space is limited, the text **Google Maps** is acceptable.\nIt must always be clear to end users which content is provided by Google Maps.\nLeft: Google Maps logo attribution, Right: Google Maps text attribution\n\nLogo attribution Follow these requirements for using the Google Maps logo in your app or website. Acceptable variations for Google Maps logo attribution\n\nDownload Google Maps logos\n\nUse the official Google Maps logo files. Download the logos below, and follow the guidelines in this section.\n[Download the Google Maps attribution assets](/static/maps/documentation/images/Google_Maps_Attribution_Assets.zip)\n\nWhen using the Google Maps logo, follow these guidelines.\n\n- Don't modify the logo in any way.\n- Maintain the aspect ratio of the logo to prevent distortion.\n- Use the outlined logo on a busy background, like a map or image.\n- Use the non-outlined logo on a plain background, like a solid color or subtle gradient.\n\nLogo size specification Follow these size specifications for the Google Maps logo:\n\n- **Minimum logo height:** 16dp\n- **Maximum logo height:** 19dp\n- **Minimum logo clear space:** 10dp on left, right and top, 5dp on the bottom\n\nTo learn about dp, see [Pixel density](https://m2.material.io/design/layout/pixel-density.html#pixel-density) on the Material Design website.\nGoogle Maps logo showing minimum clear space and acceptable size range\n\nLogo accessibility Follow these accessibility requirements for the Google Maps logo:\n\n- Maintain an [accessible contrast](https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html) between the logo and the background.\n- Include an accessibility label with the text **Google Maps**.\n\nUnacceptable variations and accessibility issues for Google Maps logo attribution\n\nText attribution\n\nIf the size of your interface does not support using the Google Maps logo, you can spell out **Google Maps** in text. Follow these guidelines:\nAcceptable variations of the Google Maps text attribution\n\n- Don't modify the text **Google Maps** in any way: \n - Don't change the capitalization of **Google Maps**\n - Don't wrap **Google Maps** onto multiple lines\n - Don't localize **Google Maps** into another language.\n - Prevent browsers from translating **Google Maps** by using the HTML attribute `translate=\"no\"`.\n\nUnacceptable variations of the Google Maps text attribution\n\n- Style Google Maps text as described in the following table:\n\n | Google Maps text-styling requirements ||\n |----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n | **Property** | **Style** |\n | Font family | [Roboto](https://fonts.google.com/specimen/Roboto?preview.text_type=custom). Loading the font is optional. |\n | Fallback font family | Any sans serif body font already used in your product or \"Sans-Serif\" to invoke the default system font |\n | Font style | Normal |\n | Font weight | 400 |\n | Font color | White, black (#1F1F1F), or gray (#5E5E5E). Maintain accessible [(4.5:1)](https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html) contrast against the background. |\n | Font size | Minimum font size: 12sp Maximum font size: 16sp To learn about sp, see [Font size units](https://m3.material.io/styles/typography/type-scale-tokens#3f4488e7-3b74-45b0-a143-9d6afa4d62dc) on the Material Design website. |\n | Letter spacing | Normal |\n\nExample CSS\n\nThe following CSS renders Google Maps with the appropriate typographic style and color on a white or light background. \n\n```python\n@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');\n\n.GMP-attribution {\nfont-family: Roboto, Sans-Serif;\nfont-style: normal;\nfont-weight: 400;\nfont-size: 1rem;\nletter-spacing: normal;\nwhite-space: nowrap;\ncolor: #5e5e5e;\n}\n```\n\nVisual requirements Follow these requirements for the visual treatment of Google Maps attribution.\n\n- Position attribution near the top or bottom of the content, and within the same visual container. For a single line of content, attribution can be positioned to the right or left.\n\n- Visually distinguish Google Maps Platform Content from other content by using UI cues such as a border, background color, shadow, or sufficient whitespace.\n\n- Don't misrepresent Google Maps by attributing it with non-Google Maps Platform content.\n- Verify that the attribution is always visible and legible. Never remove, hide, obscure, or modify it.\n\nThe following figures show examples of these visual requirements.\nExample of Google Maps attribution positioned at the top, at the bottom, and to the side of the content \nExample of three approaches to differentiating Google Maps Content (the place rating) from other content \nDon't obscure the Google Maps attribution or mix it with content from other sources\n\nThird-party data providers\n\nSome of the data and images on our mapping products come from providers other than Google.\nFor some products, such as Map Tiles API, we may provide you with the required attribution\nto the third-party data provider. When we do, the text of your\nattribution must say the name \"Google Maps\" and the relevant\ndata provider(s), such as \"Map data: Google, Maxar Technologies.\" When Google provides\nthird-party attribution, only including \"Google Maps\" or the Google logo is not\nproper attribution."]]