> Is there an easy way to draw the arctic circle, tropic of cancer, etc? > > I could use 2 endpoints: > (66.56083, -70) > (66.56083, -170) > > and use GDirections() etc.
GDirections follows roads, and won't ever follow a line of lat or long, let alone across oceans. > but I was wondering if there was a simpler > way? I couldn't find an API that would draw specific meridians or lat > lines or even a lat/long grid. The API provides the means to draw 'straight' lines as you desire them GPolyline http://code.google.com/apis/maps/documentation/overlays.html#Polylines_Overview you'd be interested in the geodesic option. Beware things going wrong for lines that cross the antemeridian, or run fully to the poles (where the base maps don't go). Grid example - http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---