gpt4 book ai didi

javascript - Google Maps API,添加标记是否会影响使用限制?

转载 作者:行者123 更新时间:2023-11-29 10:05:17 26 4
gpt4 key购买 nike

我正在创建网页并使用 Google Maps JavaScript API。我想知道在加载 map 后向 map 添加标记是否会影响您的使用限制? API 表示您可以获得 25,000 个免费 map 加载,但他们没有说明什么构成 map 加载,或者至少我找不到它。

我还想知道是否允许我存储来自 Google Geocoding API 的纬度和经度坐标。我想我可以,因为纬度和经度坐标是公共(public)信息,我可以从任何地方得到它们。只是好奇,因为我需要遍历大约 1200 个元素的列表,并且会有很多人使用它,所以如果我不必每次都对地址进行地理编码就好了。

我已经苦苦挣扎了一段时间,想知道是否有人可以提供帮助。提前致谢!!

最佳答案

在 Maps API 的常见问题解答部分中有关于 map 加载的准确解释:

A single map load is charged when any of the following occur:

  • A web page or application displays a map using the Google Maps JavaScript API.
  • A web page or application displays a Google Street View Image API panorama using the Google Maps JavaScript API. If a Street View panorama replaces a map in the same div element, the panorama is not charged.
  • An application requests a single map image from the Google Static Maps API.
  • An application requests a single panorama image from the Google Street View Image API.

https://developers.google.com/maps/faq#usage_mapload

如您所见,添加标记是不收费的。只有new google.maps.Map(element, options)new google.maps.StreetViewPanorama(element, options)可以在 Maps JavaScript API 中加载 map 。

关于存储数据,服务条款允许缓存数据 30 天。看看第 10.5 (d) 节。它说:

No caching or storage. You will not pre-fetch, cache, index, or store any Content to be used outside the Service, except that you may store limited amounts of Content solely for the purpose of improving the performance of your Maps API Implementation due to network latency (and not for the purpose of preventing Google from accurately tracking usage), and only if such storage:

  • is temporary (and in no event more than 30 calendar days);
  • is secure;
  • does not manipulate or aggregate any part of the Content or Service; and
  • does not modify attribution in any way.

https://developers.google.com/maps/terms?#section_10_5

另外请注意,地点 ID 不受缓存限制,因此您可以不受时间限制地存储它们:

https://developers.google.com/places/place-id#save-id

希望我的回答能解开你的疑惑!

关于javascript - Google Maps API,添加标记是否会影响使用限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44661735/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com