版权标识和地图可见性
Copyright logo & map visibility
我知道使用 Google 地图 API 的条款,但在以下情况下有点不清楚:
我想让整个 mapView
容器透明 50% 或 60%。我不想修改或删除 Google 版权(角落里的 Google 标志)。
从这个角度看合法吗?是否违反了Google的使用条款?
谢谢。
根据 Google 地图条款和条件,我认为 Personalizing your map 不允许这样做:
While we encourage annotations, you must not significantly alter how
Google Maps, Google Earth or Street View would look online. For
example, you're not allowed to make any changes to the colors of the
product interface or alter how imagery appears (such as adding clouds
or other natural elements, blurring, etc.).
这是我的两分钱:)
你会喜欢透明度的。我自己使用相同的效果。如果他们确实注意到并反对(这种可能性不大),他们会先警告您,以便您删除修改。
Google Maps APIs Terms of Service明确禁止这种修改。
在第 8.1.a 节中,Google 将 "Brand features" 定义为(强调我的):
"Brand Features" means trade names, trademarks, logos, domain names, and other distinctive brand features.
根据此定义,Google 徽标是 "Brand feature"。
后来,在 第 8 节中。4.b.viii(强调我的):
Restrictions. In using Google Brand Features, you will not:
remove, distort, or alter any element of a Google Brand Feature (including squeezing, stretching, inverting, or discoloring).
因此,使地图半透明并因此使 Google 徽标可以被视为 "discoloring a Google Brand Feature",并且会违反 Google 地图API 服务条款。
我知道使用 Google 地图 API 的条款,但在以下情况下有点不清楚:
我想让整个 mapView
容器透明 50% 或 60%。我不想修改或删除 Google 版权(角落里的 Google 标志)。
从这个角度看合法吗?是否违反了Google的使用条款?
谢谢。
根据 Google 地图条款和条件,我认为 Personalizing your map 不允许这样做:
While we encourage annotations, you must not significantly alter how Google Maps, Google Earth or Street View would look online. For example, you're not allowed to make any changes to the colors of the product interface or alter how imagery appears (such as adding clouds or other natural elements, blurring, etc.).
这是我的两分钱:)
你会喜欢透明度的。我自己使用相同的效果。如果他们确实注意到并反对(这种可能性不大),他们会先警告您,以便您删除修改。
Google Maps APIs Terms of Service明确禁止这种修改。
在第 8.1.a 节中,Google 将 "Brand features" 定义为(强调我的):
"Brand Features" means trade names, trademarks, logos, domain names, and other distinctive brand features.
根据此定义,Google 徽标是 "Brand feature"。
后来,在 第 8 节中。4.b.viii(强调我的):
Restrictions. In using Google Brand Features, you will not:
remove, distort, or alter any element of a Google Brand Feature (including squeezing, stretching, inverting, or discoloring).
因此,使地图半透明并因此使 Google 徽标可以被视为 "discoloring a Google Brand Feature",并且会违反 Google 地图API 服务条款。