On Nov 26, 10:58 pm, mapperzUK <[EMAIL PROTECTED]> wrote:
> Are the new controls to be available in the API?
I don't know about StreetView but the change in GLargeMapControl()
seem to be a different image only. So it shouldn't be a big deal to
offer that in api too.
You can change it violently after page has finished loading like:
var images = map.getContainer().getElementsByTagName("img");
for(var i=0; i<images.length; i++){
images[i].src = images[i].src.replace(/
mapcontrols2/,"mapcontrols3d");
}
A test page (rightclick activates the swap):
http://esa.ilmari.googlepages.com/controlimage.htm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---