我正在使用 Google Places API 在网站上显示 POI。根据 Google 的政策,我将在页面上显示“由 Google 提供支持”徽标。但目前尚不清楚是否允许我直接从 Google 的服务器加载徽标,或者我必须从我自己的服务器提供它!
在https://developers.google.com/places/web-service/policies上,他们提供了包含徽标的 zip。但我直接从developers.google.com 加载徽标:
<img src="https://developers.google.com/places/documentation/images/powered-by-google-on-white.png">
(法律上)是否允许这样做?