Title: Google Map API Usage Limits
Last modified: September 1, 2016

---

# Google Map API Usage Limits

 *  Resolved [whershfeld](https://wordpress.org/support/users/whershfeld/)
 * (@whershfeld)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-map-api-usage-limits/)
 * Hi – I’m curious about how to correctly estimate the number of requests we should
   expect from a site we’re developing. Specifically, if we return 25 of the closest
   store locations using WP Store Locator – does that count as 25 requests per form
   submission? Thanks –
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-map-api-usage-limits/#post-7565425)
 * When a user submits a search a single request is send to the Geocode API to convert
   the provided location into a set of coordinates. This set of coordinates is used
   to calculate which locations fall within the search radius based on the locations
   in the db. So it’s just a single request that’s send to the Geocode API for each
   search.
 * You can see the how many requests your site has on [this](https://console.developers.google.com)
   page. Then on the overview page select ‘Google Maps JavaScript API’ or ‘Google
   Maps Geocoding API’ and then select the ‘Usage’ tab.

Viewing 1 replies (of 1 total)

The topic ‘Google Map API Usage Limits’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/google-map-api-usage-limits/#post-7565425)
 * Status: resolved