> var new_poly = new GPoly; > map.addOverlay( new_poly );
What's a GPoly ?? > var marker = new GMarker(); > map.addOverlay(marker); That won't work, GMarker needs at least a lat/long location. Please don't post useless snippets that don't match what you're really doing, let us see it in action - http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
