Hi there, You could always hide the standard controls and create some custom controls to achieve your desired look and feel.
http://taledo.com.au/projects/map/demo/CustomControls.htm I've hidden the mapTypeControl, and instead have appended a custom control which will change the map type using map.setMapTypeId(); Granted it's more code, but if it's something you need now, it might be worth you considering it Cheers Pete On Jun 23, 6:37 am, adamkempa <[email protected]> wrote: > Hello all, > > In our V2 App, we were offsetting a standard control using the > map.addControl and GSize like so: > > map.addControl(new GSmallMapControl(), new > GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(20, 20))); > > In reviewing the V3 documentation - I see no way to add a similar > offset... only to specify a preset placement. > > I've found and starred the relevant feature request, but I'm fishing > for any workarounds for the time being. Is hiding the official > controls and building custom versions (It looks like custom controls > can be placed with an offset) our only option? > > Thanks for any insight! > > -- Adam -- 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.
