Hi guys, I am new to google maps api and I have little web development experience. I want to create a google map on my website with markers on it. I know that this is very easy for you, but I am just not able to create markers on my own. I loaded the map and centered it, as it was described in the v3 tutorial. Now I want to add some Markers, but I dont know how. Can somebody please tell me where to put a really basic Marker Constructor?
I found Marker(opts?:MarkerOptions) in the google api. And it needs the option "position". So where do I put the constructor and how can I create a Marker? var marker = new Marker (51.38001,10.627441); ? Sorry, I am really a newbie... :/ Mike -- 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.
