> I am writing a code to create an infowindow when a user clicks on the > map! Currently, I am able to create a marker when the user clicks on the map > and when the marker is clicked an infowindow is displayed! I don't want a > marker now! I only want the info window. How do I get around this?
Take out the code to place a marker. Alter the infowindow code to place it on the map, rather than associating it with a marker (if that's what you do now, can only guess) http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows -- 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.
