Usage limits for services when used with Google Maps Javascript API v3

前端 未结 1 1190
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 00:20

I\'m trying to clarify the usage limits for Google Maps services (e.g. Places, Directions, etc) when used with the Google Maps Javascript API.

According to the offic

相关标签:
1条回答
  • 2020-12-09 01:25

    Yes. The usage limit for Google maps APIs affects only when your site gets more traffic.

    Each API has its own usage limitation.

    • Google Geocoding Service: 2,500 requests per day
    • Google Maps Javascript API : up to 25,000 map loads per day for each service.

      This includes:

      1. a map is displayed using the Maps JavaScript API (V2 or V3) when
        loaded by a web page or application;
      2. a Street View panorama is displayed using the Maps JavaScript API (V2 or V3) by a web page or application that has not also displayed a map;
      3. a SWF that loads the Maps API for Flash is loaded by a web page or application; or
      4. a single request is made for a map image from the Static Maps API.
      5. a single request is made for a panorama image from the Street View Image API.

    If you think that your site exceeds these usage limit, then you should consider to purchase a Maps API for Business license.

    Check the following sites for additional information:

    • Understanding how the Maps API usage limits affect your sites
    • What usage limits apply to the Maps API?

    Hope that the above information helps you.

    0 讨论(0)
提交回复
热议问题