Google Maps 500 m Radius

Замовник: AI | Опубліковано: 26.11.2025

I already store each villa’s latitude and longitude in an ACF Google Map field on my WordPress site. Instead of exposing the precise spot, I want a 500-metre circle to appear on the front-end map, giving guests a clear idea of the area without revealing the exact address. Here’s what I need: • On page load, read the ACF map field, centre the map on that point, and draw a 500 m radius circle. • No pinpoint or marker is necessary; the circle itself should be the only visual indicator. • Solution must work for any number of villas that use the same template. • Clean, well-commented code (JS/PHP) so I can drop it into my theme or a small plugin, plus brief instructions for use. If you’ve handled ACF Google Maps overlays before, this should be a quick task.