Missing Coordinates in Store Registration Form

Agile Store Locator has a frontend store registration form through which users can submit their entries that can be later approved through the administrator, but occasionally, users encounter issues where submitted store entries lack coordinates, here are a few possible reasons and solutions:

pending stores
  1. Missing Google Maps in Store Registration Form: Ensure that your frontend store registration form includes a Google Maps element. When a form includes a Google Maps component, the submitted entry automatically carries the coordinates.
  2. Geocoding API Configuration: If you prefer not to include Google Maps in the registration form, coordinates are fetched upon approval of the store entry. However, if coordinates are missing even after approval, it could indicate a configuration issue with the Geocoding API server key. Validate the API key and ensure that the results are in green. If the results appear in red, address the server Geocoding issue to resolve the problem.
approve button