I'm building an interactive map of US states and Canadian provinces. I have a working copy here: http://www.willoughby-ind.com/FINDAREP.aspx. It's fully functional and does all I want it to. You can tell I got the US from one source and CA from another. The US data source was hand drawn and is good enough for my needs. The Canadian data source is very accurate as it came from an official source, but it's so accurate it's also slow to load. I'd like to hand draw my own GPS coordinates and download the coordinate data so that I can put it into the format Google Maps can import.
Google has this demo of how to create your own polygons: http://googlemapsapi.blogspot.com/2008/05/love-my-maps-use-its-line-and-shape.html. I'd like to see if I can easily extend that to download the list of coordinates in the selected polygon. Has anyone seen this already in existence, or do I need to interact with the API myself?