[Google Maps API v3] Re: Drawing Control Off the Map?

2013-05-10 Thread chris marx
I think something like this is probably what people are looking for- https://groups.google.com/forum/?fromgroups=#!searchin/google-maps-js-api-v3/drawingcontrol$20/google-maps-js-api-v3/blyitDTqI-c/zllO7BmJjwoJ On Thursday, December 8, 2011 4:49:39 PM UTC-5, Marcelo wrote: On Dec 8, 2:22 pm,

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
I've been looking for this too, and in general, I think that google.maps.ControlPosition ought to have the same offset parameter that GControlPosition used to have in V2. A workaround I used is to create a small second map with blank tiles, place that second map where I want the control to be, put

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Garthan
Ouch... nasty in this case I am specifically interested in the Drawing Library so making it directly associated with the main map is pretty necessary On Dec 8, 9:20 am, Marcelo marcelo...@hotmail.com wrote: I've been looking for this too, and in general, I think that google.maps.ControlPosition

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Garthan
I have a technique basically you suppress the drawing Control and build one of your own that calls setOptions on the manager its kind of obvious now that I think about it... -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
On Dec 8, 2:22 pm, Garthan lancealand...@gmail.com wrote: I have a technique basically you suppress the drawing Control and build one of your own that calls setOptions on the manager its kind of obvious now that I think about it... Yes, I did something similar long ago in V2: