Skip to Main Content
Nintex Ideas

đź‘‹ Use this site to provide feedback and ideas for all Nintex Products. See our post on Nintex Community "Welcome to Nintex Ideas" for more details on Nintex Ideas, how an idea is handled by our product teams and more!


If you have questions about Nintex Ideas, please contact ideas@nintex.com

If you require support, please visit Nintex Customer Central

If you have a sales inquiry, please contact sales@nintex.com

Categories Form Designer
Created by Guest
Created on May 10, 2024

Google Maps API; Allow restricting search results by country

Allow designers to limit the restrictions of the Google Maps API in the Address field form to a specific country.
Google Maps API allows this with the "components=country:<code>" parameter in the URL.
https://developers.google.com/maps/documentation/places/web-service/autocomplete#components

As an example in the developers tools it would...

The URL would be changed from:

https://maps.googleapis.com/maps/api/js?key=<obfuscated-key>&libraries=places&callback=nintexGoogleMapsApiLoader

https://maps.googleapis.com/maps/api/js?key=<obfuscated-key>&libraries=places&callback=nintexGoogleMapsApiLoader&components=country:ca


This will allow geo-restricting the results of the Google Maps API.

  • Attach files