Monday, 26 August 2013

Google Distance Matrix API usage limits - apply to my server or unique users?

Google Distance Matrix API usage limits - apply to my server or unique users?

I'm using the Google Distance Matrix API to sort a list of stores based on
their proximity to my user (using the geocoords of the stores and my
user's phone GPS coords).
Google usage limits:
100 elements per 10 seconds.
2500 elements per 24 hour period.
Do these limits apply to individual users of my server or since my server
is doing the queries / sorting, will they apply to the server as a whole?

No comments:

Post a Comment