If I were to create a polygon or upload one onto a map. What would I need to do to restrict markers/only allow markers to be placed only within that polygon or area?
Not quite. I’m wanting to achieve marker placement by a visitor to be only within a set boundary.
So if on the map, a 15-kilometer circle was placed by me, I would only want the user to be able to place markers within that circle. If they tried to place a marker outside of the circle, they would be unable to.
Thank you for the elaboration regarding this, unfortunately this is not possible as the respective user-entered location would need to be geocoded and then the circle radius would need to be geocoded to work out the coordinates that are allowed within the circle, and then check if the user-entered location is within the circle coordinate perimeter.