Google移动原生动态地图不需要地图ID吗?是完全免费的吗?

huangapple go评论51阅读模式
英文:

Google Mobile Native Dynamic Maps without MapID is totally free?

问题

根据我从许多Google Maps API文档中了解到的信息,如果我在XAMARIN上使用Google移动本机动态地图(用于Android/iOS),而没有使用地图ID(用于地图样式),那么如果我超过了500,000个API请求,我会被收费吗?

英文:

From what I understand from many Google Maps API documentations, if I use the Google Mobile Native Dynamic Maps for Android/iOS on XAMARIN without a Map ID (used for map styling), will I be charged if I exceed the 500,000 API requests?

答案1

得分: 1

以下是翻译好的部分:

只要在加载地图时不使用“地图ID”,它就是完全免费的

Android Maps SDK SKU:移动原生动态地图

在 Maps SDK for Android 或 Maps SDK for iOS 移动应用程序中加载的不带“地图ID”的 Google 地图对象。
Google移动原生动态地图不需要地图ID吗?是完全免费的吗?

> 每次在 Maps SDK for Android 或 Maps SDK for iOS 移动应用程序中实例化 Google 地图对象时,都会累积一个地图加载:
>
> - 在 Android 上是 MapFragmentSupportMapFragmentMapView 类之一。每次调用相关的 onCreate() 方法都会计算一个地图加载。
>
> - 在 iOS 上是 GMSMapView 对象。

正如您所看到的,只要不加载带有“地图ID”的地图,定价仍然显示为“0.00 美元”。

请注意,即使移动原生地图加载是免费的,加载“动态街景”将不是免费的。

参考链接:https://developers.google.com/maps/documentation/android-sdk/usage-and-billing#dynamic-street-view

> 注意: 如果您更关心计费/定价方面的问题,请提出支持案例,因为专门负责此类支持的代理人将对您非常有帮助。

希望这有所帮助!

英文:

It's totally free as long as you don't use a map ID in loading your Map

Maps SDK for Android SKU: Mobile Native Dynamic Maps

A Google map object, not loaded with a map ID, in a Maps SDK for Android or Maps SDK for iOS mobile application.
Google移动原生动态地图不需要地图ID吗?是完全免费的吗?

> A single map load is accrued for each instantiation of a Google map
> object in a Maps SDK for Android or Maps SDK for iOS mobile
> application:
>
> - One of MapFragment, SupportMapFragment, or MapView classes on Android. A map load is counted each time the related
> onCreate() method is called.
>
> - A GMSMapView object on iOS.

As you can see, regardless of how much you load, the pricing still says 0.00 USD as long as you do not load a Map with a map ID.

Although please know that even though Mobile Native map load is free, loading a Dynamic StreetView will not be free.

Ref: https://developers.google.com/maps/documentation/android-sdk/usage-and-billing#dynamic-street-view

>NOTE: please do file a support case if your concern is more on billing / pricing, since agents specialized for that kind of support would be of much help to you.

I hope this helps!

huangapple
  • 本文由 发表于 2023年6月16日 04:34:07
  • 转载请务必保留本文链接:https://go.coder-hub.com/76485338.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定