Android API 和 Google API 有什么区别?

What is the difference between Android API and Google API?

我浏览了一些GoogleAPI和androidAPI.I之间的区别的链接还没有搞清楚explanation.Anyone你能帮忙吗我好吗?

  • 有大量 google API 可用于使用所有 google 网络服务
  • Android API 是 Android SDK(软件开发工具包)的一部分,用于开发 android 应用程序 .

您可以注意到 Android API 可能被认为是 google API 的一部分,因为它是由 google 创作的。

Google API 用于开发基于 Google 的服务,例如 Google 地图。 Android API 用于开发 Android 应用程序。

您问题的答案如下

googleAPI包括

    ->Maps and other Google-specific libraries.

Android一个只包含

    ->core android libraries.

google API:- 它使用所有 google 特定的库,例如 google 地图、搜索引擎、登录。

Android API:- 它也是 google API 的一部分。 它使用所有核心 android 库。 Android sdk 持有 Android API。 参考enter link description here