So, ignoring the circle, you want to draw a line from 'centre' to a
second point at bearing 'x' and distance 'r'
See
http://www.movable-type.co.uk/scripts/latlong.html
or use the geometry library computeOffset()
http://code.google.com/apis/maps/documentation/javascript/geometry.html#Distance
is API V2, but the math to calculate the angles is version agnostic.
You can drag the markers to redraw.
--
Marcelo - http://maps.forum.nu
--
On Dec 1, 2:32 pm, Rossko <ros...@culzean.clara.co.uk> wrote:
> > I need to draw a circle with a line that goes from the center to the edge
> > of the circle at a certain angle.
>
> So, ignoring the circle, you want to draw a line from 'centre' to a
> second point at bearing 'x' and distance 'r'
> Seehttp://www.movable-type.co.uk/scripts/latlong.html
> or use the geometry library computeOffset()http://code.google.com/apis/maps/documentation/javascript/geometry.ht...