There is at least one issue tracking the updates to the control: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3089
You might want to star that. But you could possibly add a feature request to reenable a non hierarchical control. (or a way to turn off hierarchy within the new one) http://code.google.com/p/gmaps-api-issues/issues/entry?template=Maps%20API%20v3%20-%20Feature%20Request On 13 April 2011 21:55, Kevin <[email protected]> wrote: > I just switched from v3.2 to v3.4. > The following code used to result in a horizontal menu with 3 buttons: Map, > Hybrid and Terrain. 3.4 changes it to a drop down with Terrain under Map > and with Hybrid missing from the control. > What do I need to do to get my 3 buttons back? > > > > var mapTypes = new Array(); > > mapTypes.push(google.maps.MapTypeId.ROADMAP); > > mapTypes.push(google.maps.MapTypeId.HYBRID); > > mapTypes.push(google.maps.MapTypeId.TERRAIN); > <SNIP> -- 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.
