[Google Maps API v3] Re: OverviewMapControl and Defaulting it to Max

2011-03-15 Thread en4ce
nice, thanks On 14 Mrz., 15:43, Esa wrote: > > I haven't found a option to start with a maximum display, but that is a > > minor problem for my users, that want to work with the overview: only click > > on the arrow in the right-bottom corner. > > Try: > >   overviewMapControlOptions: {opened: tr

[Google Maps API v3] Re: OverviewMapControl and Defaulting it to Max

2011-03-15 Thread Ice
Thank you that works great -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubsc

[Google Maps API v3] Re: OverviewMapControl and Defaulting it to Max

2011-03-14 Thread Esa
> I haven't found a option to start with a maximum display, but that is a > minor problem for my users, that want to work with the overview: only click > on the arrow in the right-bottom corner. Try: overviewMapControlOptions: {opened: true}, It seems to work with v=3.3 and 3.4 -- You recei

[Google Maps API v3] Re: OverviewMapControl and Defaulting it to Max

2011-03-14 Thread Guus Jansen
In the Mapoptions give: overviewMapControl: true, until now it is not documented for V3. I haven't found a option to start with a maximum display, but that is a minor problem for my users, that want to work with the overview: only click on the arrow in the right-bottom corner. -- You re