Pil, thanks for the suggestion, I should have tried using these methods to begin with! I think I must have come across the show\hide methods in some other example code and didn't spot they were undocumented in the api reference.
Anyway my code is now working as expected, thanks again! On May 5, 7:35 pm, Pil <[email protected]> wrote: > On May 5, 6:21 pm, parky128 <[email protected]> wrote: > > > Then mouse over a marker to display the infoWindow and as soon as you > > do this the map controls come back, > > showControls() and hideControls() are undocumented methods. > They generally should be used with caution because they can be changed > or disappear without a notice. > It's hard to mess around with when they cause unwanted side > effects. > > Why don't you try the documented addControl() and removeControl() > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API" 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
