- Posts: 74
- Home
- Forum
- Community Forum
- Questions
- Installation/Upgrade
- Google Maps API key is missing,... I DON'T WANT A MAP ;)
- Forum
- Community Forum
- Report bugs
- Surrounding module: Google Distance Matrix API usage limit per request
Surrounding module: Google Distance Matrix API usage limit per request
- abosaleh
- Topic Author
- Away
Less
More
2 months 2 weeks ago #20627
by abosaleh
Surrounding module: Google Distance Matrix API usage limit per request was created by abosaleh
I noticed that when no. of Properties exceed 26, Surrounding is not listed as usual.
It was very hard to figure out this result.
So We had to test on a pure new website made only from Infinity Kickstart.
Then we replicated Properties up to 30 to notice the issue.
Is this intentionally objected?
Please see images
It was very hard to figure out this result.
So We had to test on a pure new website made only from Infinity Kickstart.
Then we replicated Properties up to 30 to notice the issue.
Is this intentionally objected?
Please see images
Please Log in or Create an account to join the conversation.
- solidres
- Away
Less
More
- Posts: 2901
2 months 2 weeks ago #20631
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Surrounding module: Google Distance Matrix API usage limit per request
Hi,
There is no fixed limitation number here, please raise a private support ticket and provide us your website information so we can debug it further for you.
Regards,
There is no fixed limitation number here, please raise a private support ticket and provide us your website information so we can debug it further for you.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- abosaleh
- Topic Author
- Away
Less
More
- Posts: 74
3 days 23 hours ago - 3 days 23 hours ago #20711
by abosaleh
Yes there is a limitation but it was hard to figure out.
It was from: Google Distance Matrix API
That API limits the number to 25.
When number of assets exceeds 25, it will stop functioning
Adding the next code in the helper will solve the issue:
$assets = array_slice($assets, 0, 25);
the new code is attached (helper.txt)
This message has an attachment file.
Replied by abosaleh on topic Surrounding module: Google Distance Matrix API usage limit per request
Yes there is a limitation but it was hard to figure out.
It was from: Google Distance Matrix API
That API limits the number to 25.
When number of assets exceeds 25, it will stop functioning
Adding the next code in the helper will solve the issue:
$assets = array_slice($assets, 0, 25);
the new code is attached (helper.txt)
This message has an attachment file.
Please log in or register to see it.
Last edit: 3 days 23 hours ago by abosaleh.
The following user(s) said Thank You: joomleb
Please Log in or Create an account to join the conversation.
- solidres
- Away
Less
More
- Posts: 2901
2 hours 57 minutes ago #20719
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Surrounding module: Google Distance Matrix API usage limit per request
Hi,
Thank you for your feedback, we will add support for this limitation in the next Surrounding release.
Regards,
Thank you for your feedback, we will add support for this limitation in the next Surrounding release.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
Moderators: solidres