arsenal
arsenal

Reputation: 24144

Latency for Geocoding API

I was planning to use Google Geocoding API. I was wondering what is the latency I should expect in getting the response back? I cannot find out these details on the website.

Does anyone aware of what will be the actual latency if I am using Google Geocoding API?

Meaning how much time it will take to get the response back from the Geocoding API.

Upvotes: 4

Views: 2615

Answers (2)

Alisson Gomes
Alisson Gomes

Reputation: 1129

We have an application 24x7 with ~2 requests per second.

Median: 197.08 ms 98th percentile (slowest 2%): 490.54 ms

Could be a high bottle neck for you application... use some strategies to help you:

  • Memory cache
  • Secondary cache
  • batch persistence

Geocoding API Latency

Requests

Upvotes: 2

Anindya Chatterjee
Anindya Chatterjee

Reputation: 41

we have a live app working in the playstore and we get roughly 120-150 hits per hour. Our median latency is around 210 ms and latency (98%) is 510 ms.

Upvotes: 4

Related Questions