nopapa
nopapa

Reputation: 31

What is the limit of destinations in Google Maps Distance Matrix Api?

I will be using this Google Maps api in my app. I take user location as origin and shop locations as destinations. Currently, I have 10 shops so it is working out well but soon I will be having more than 100. Is there a limit on no of values that can be passed to destinations parameter? I could not find anything in their docs.

Thanks

Upvotes: 0

Views: 2454

Answers (1)

ahmetkilinc
ahmetkilinc

Reputation: 684

Yes, there is a limit. See the link below.

Google Map Usage Limits

Upvotes: 2

Related Questions