Hi Everybody,
Maybe this is a javascript question ... but I'm not sure.
I want to create a javascript class which extends the Marker class and which
is able to store some more information. So I will have something similar to
this
function MyClass(markerOptions, my_own_information) {
// how to call the Marker's constructor?
}
MyClass.prototype = new Marker(... what will be here? ...)
Could anybody help me?
Thank you.
--
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.