On Jun 21, 3:09 pm, mheavers <[email protected]> wrote: > Hi - I have a series of complex polygonal overlays I've made on a > basic google map (saved in my maps) - is there a way to export this > shape data for use in the javascript API? Or a way to utilize the API > to draw a shape and get its plot points rather than plot each > individual point by lat & long?
You can export the kml from Google MyMaps (View in Google Earth), then load that (or use it directly from MyMaps) and display it on an API based map. -- Larry -- 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.
