explooosion / Agm-Direction

This is the directive for @agm/core (not official)
https://robby570.tw/Agm-Direction-Docs/
MIT License
75 stars 26 forks source link

Getting Over_Query_Limit #35

Closed bncunha closed 5 years ago

bncunha commented 6 years ago

Hello explooosion,

I know that Google Maps API have query limits, and I have to show more directions then than limits allow. Google Maps API limit says that they have a limit of 50 requests per second.

So I'm pushing an array 10 in 10 directions and waiting 3 seconds... then I'm pushing more 10, until the last element. But I'm still getting the error, and I'm out of limits.

There is some solution for this?

explooosion commented 5 years ago

Hi, check out #72