> Oohh, I just realized I am also missing the control bar that lets you
> switch between hybrid, satellite, and regular road map.
Have a look at your setup options -
function LoadMapSearchControl() {
var options = {
zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL,
... etc.
}
Then you do -
options = {
onBootComplete : bootComplete
};
which destroys your previous version.
Just consolidate that new option in with the others.
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---