简体   繁体   English

google 的 Map SDK 计费如何适用于 Android 和 Z1BDF605991920DB14EBF850820 应用程序?

[英]How google's Map SDK billing works for Android and iOS apps?

I am using Google Maps SDk for iOS and Android in my apps.我在我的应用程序中为 iOS 和 Android 使用谷歌地图 SDk。 Below are my use cases:以下是我的用例:

  1. Load Map in both iOS and Android mobile Apps.在 iOS 和 Android 移动应用程序中加载 Map。
  2. Draw few markers of locations received from my server.绘制从我的服务器接收到的几个位置标记。

I am not using any other Google Maps API.我没有使用任何其他 Google 地图 API。

Will I be billed for the above use cases?我会为上述用例付费吗?

I have tried reading Google's official billing documentation but could not understand the same.我曾尝试阅读 Google 的官方计费文档,但无法理解。

If you check the billing page you will see the cost of using the Maps SDK for Android and Maps SDK for iOS如果您查看账单页面,您将看到使用地图 SDK 用于 Android和使用 地图 ZF20E3C5E54C0AB3D375D660B3F896F622404BDF6085082019 的成本

See image看图片

As you can read it's complete free, but I'm not sure if you must do a billing account to use this API.如您所见,它是完全免费的,但我不确定您是否必须创建一个计费帐户才能使用此 API。

Google Maps Platform APIs usage are tracked for each Product SKU that you are using.跟踪您使用的每个产品 SKU 的 Google Maps Platform API 使用情况。 A Google map object in Maps SDK for Android and iOS is using the Mobile Native Dynamic Maps SKU . A Google map object in Maps SDK for Android and iOS is using the Mobile Native Dynamic Maps SKU . This SKU is counted per Map Load and each map load is free.此 SKU 按 Map 加载计数,每个 map 加载都是免费的。

User interactions with the map, such as panning, zooming, or switching map layers, do not generate additional map loads as well as putting markers in your map. User interactions with the map, such as panning, zooming, or switching map layers, do not generate additional map loads as well as putting markers in your map.

However, if your app is using the Dynamic Street View SKU which is counted per Panorama.但是,如果您的应用使用按全景图计算的动态街景 SKU (This Panorama is created when onCreate() method is called with one of StreetViewPanoramaFragment, SupportStreetViewPanoramaFragment, or StreetViewPanoramaView classes in Android or with the GMSPanoramaView object in iOS. This Panorama costs 0.014 USD. (This Panorama is created when onCreate() method is called with one of StreetViewPanoramaFragment, SupportStreetViewPanoramaFragment, or StreetViewPanoramaView classes in Android or with the GMSPanoramaView object in iOS. This Panorama costs 0.014 USD.

You also need to have a valid billing account enabled in your project to use these SDKs.您还需要在项目中启用有效的计费帐户才能使用这些 SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM