I need to generate a link to Google Maps, containing a location and a circle around it. I found several questions/answers related on generating URLs (e.g. this one). I'm able to display a location, use zoom factors, etc. so far (see link below).
https://maps.google.com/maps?q=39.211374,-82.978277+%28You+Were+Here%29&z=14&ll=39.211374,-82.978277
But is it possible to add a circle with a certain radius arount the specified location? (I know it is with javascript but this is not an option).
On a related note: is there a description of all the GET parameters available? Many answers link to http://mapki.com/wiki/Google_Map_Parameters, which is not available anymore.