> 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' 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 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
