Adds a Multiple Coordinates map field type to ACF. When editing a post, the field renders a Google Map where each click drops a point. You can show the points as a polygon, list them as a semicolon-separated string, or remove them one by one. The frontend gets a clean array of lat/lng pairs plus the saved zoom level.
Originally inspired by the single-point ACF: Coordinates field by Stupid Studio; this plugin extends the idea to multiple points per field. It reads your existing Google Maps API key from ACF’s global setting (google_api_key), so no extra configuration is needed if you already use ACF Map fields.

