There is an undocumented 'anchor' property of MarkerImage
The internal code of MarkerImage() constructor reveals that:
function yg(a, b, c, d, e) {
this.hb = a;
this.b = c;
this.La = b || e;
this.anchor = d;
this.cc = e;
}
http://koti.mbnet.fi/ojalesa/v3/v3_methods_release.htm
I would recommend to latch the version because the property is
undocumented.
--
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.