Thanks for the response, Chris! I will definitely give this a shot, as
the constant panning into view is quite annoying. I will post a link
of what I achieve once the site is live (we hope in less than a week).
On an unrelated note, the InfoBubble class for some reason completely
clobbers IE 8 (possibly other versions, but all I have is IE 8). I am
treating the InfoBubble as a singleton, so I'm not sure why. As a wor
around, my accessor method for the InfoWindow - getInfoWindow() -
currently has an IE guard (using dojo, dojo.isIE <= 8) that returns a
google.maps.InfoWindow instead of InfoBubble. The result is a UI that
is a little sluggish (in IE only), but at least doesn't crash the
browser. Chrome / FF, on the other hand, are amazingly smooth (Chrome
is even more amazingly smooth). Leave it to IE to ruin a developer's
day!!!!!!
Regards,
Lloyd
On Sep 4, 9:51 pm, Chris Broadfoot <
c...@google.com> wrote:
> Hi Lloyd,
>
> This can be achieved using the MapCanvasProjection, which is available
> through the OverlayView class:
http://code.google.com/apis/maps/documentation/javascript/reference.h...
>
> It is a little cumbersome to work with, though - you won't be adding your
> overlay to any of the MapPanes.
>
> Developers generally achieve this through what's known as a
> "DummyOverlayView". See this feature request for some background info:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2879
>
> Let us know how you go.
>
> Chris
>
> --
http://twitter.com/broady