On Nov 7, 9:35 pm, Gil <[EMAIL PROTECTED]> wrote:
> I see code ShowOnLoad, but can't get it placed in the right
> place to keep the bar open. Thanks
Why not do what Mike does in that example? You have
map = new GMap(document.getElementById("map"));
He has
map = new GMap2(document.getElementById("map"),{googleBarOptions:
{showOnLoad:true}})
Note the use of GMap2. If you use a v1 object like GMap instead of
GMap2, you're unlikely to get the options object to have any effect.
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---