Re: [Google Maps API v3] Re: Customer controls in V3

2010-01-13 Thread Saxan Sartar
> > I don't recommend that anybody use this code. I like this disclaimer. Now I am tempted to put it at the end of everything i write ;) On Wed, Jan 6, 2010 at 10:10 AM, Nick Spacek wrote: > If you want to get really dirty, I've cooked up something completely > awful. I was interested in lookin

[Google Maps API v3] Re: Customer controls in V3

2010-01-06 Thread Nick Spacek
If you want to get really dirty, I've cooked up something completely awful. I was interested in looking into how the map controls are created/added so I could find a better workaround for my control issues. I created this terrible piece of code: http://github.com/nickspacek/Google-Maps-V3-Hacks/blo

[Google Maps API v3] Re: Customer controls in V3

2010-01-06 Thread Nick Spacek
Sure you can: http://code.google.com/apis/maps/documentation/v3/overlays.html#CustomOverlays Now, these aren't "custom controls" yet. But you can get them on specific layers of the map by attaching them in the onAdd function: var panes = this.getPanes(); panes.overlayImage.appendChild(div); If y

[Google Maps API v3] Re: Customer controls in V3

2010-01-04 Thread pete
Having recently gone through API 3 with a fine-toothed comb I would say there is no such feature. Keep in mind, whilst API 3 is organic enough to introduce new features (like we've seen Directions and Control Positioning in the past few months) there is no guarantee that it will be introduced any