“Coordinates of this location not found” error for JetElements Advanced Map widget

Updated on September 2, 2021

How to fix “Coordinate not found” error for Advanced Map element in JetElements plugin?

If you decided to use JetElements Advanced Map element in your page and added Google API key in the JetElements settings, you may see the error in Elementor page builder once you selected Advanced Map widget from JetElements – Coordinates of this location not found.

This error is related to the API settings you made in your project.
Since you’ve placed a referrer restriction on your API key, it will be limited to executing on the browser with the web service APIs, including the Geocoding API. The issue is that since the API call is server side, the HTTP referrer address is different than the domain name and the issue will be resolved if:

  • The HTTP Restriction disabled in the API settings.
  • The HTTP Referrer is provided correctly (web server address or IP, not the domain name)

See this section in the Maps APIs FAQ on switching key type to a server restricted key: https://developers.google.com/maps/faq#switch-key-type

Also, you should make sure your API project has these features enabled on your API Console

  • Geocoding API
  • Maps JavaScript API
Did this answer your question?