On Dec 23, 11:40 pm, Odd <[email protected]> wrote: > Hi. > > I have an existing GLatLng , and a distance, and I want to set a new > point. I'm using an algorithm I found > athttp://www.movable-type.co.uk/scripts/latlong.html, > but I cannot get it to work, i've tried different variations of it all > day, but I can't get it to work.
What doesn't work? What happens that you don't expect? What doesn't happen that you do expect? What browser are you testing in? I get a circle centred on the first marker and with a radius governed by the second marker (in Chrome; it looks like Firefox has stopped drawing polygons). It is apparent that your circles are always circles, and that's surprising given that the projection should distort them. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
