> So my question is, is this supposed to be this way or is there anyway > to fix this.
The API is doing as it is told ; creating new markers is triggered in your code by a map click. Trying drawing a line and then switching to marker-mode and placing a marker on the line. That doesn't work either. Clicking on the lline creates a line click event, not a map event. You need to develop a strategy for dealing with clicks on objects you have previously placed on the map, -- 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.
