Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is not entirely clear which limit you are looking for because the "usage of maps" can follow into a number of different map API categories. For just displaying maps, you can display unlimited maps without usage limits on moblie apps using the <a href="https://developers.google.com/maps/documentation/android/" rel="nofollow noreferrer">Google Maps Android API v2</a> -- the supporting documentation comes from the <a href="https://developers.google.com/maps/faq#usage_apis" rel="nofollow noreferrer">FAQ</a>. </p> <blockquote> <p>The Maps API usage limits apply only to the following Maps API services:</p> <pre><code>Google Maps JavaScript API v2 Google Maps JavaScript API v3 Google Maps API for Flash Google Maps Image APIs: Google Static Maps API Google Street View Image API </code></pre> </blockquote> <p>Note that Google Maps Android API v2 does <em>not</em> appear on the list, and thus, is not subject to usage limits.</p> <p>However, your question seems to be asking about routing, not maps. If you need routes, you need to use the <a href="https://developers.google.com/maps/documentation/directions/" rel="nofollow noreferrer">Google Directions API</a>, which is not part of Google Maps Android API v2, and subject to its own <a href="https://developers.google.com/maps/documentation/directions/usage-limits" rel="nofollow noreferrer">usage limits</a>. Specifically, 2500 requests <em>per key</em> per day. Since directions is not tied to mobile app, it has no notion of a device. </p> <p>In summary, if you want to display a map with a route you have generated on your own, there are no limits. If you need Google to give you the route, you can only do 2500 requests for routes per day. If you need more, you have to get a Google Maps API for Business account or find another routing solution.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload