Hi all,

I'm writing an abstract layer for the V3 maps api using MooTools and
running into a problem.

I'm trying to build a custom InfoWindow (or directly inject custom
markup to the pane).

The problem is map.getPanes() does not exist in V3 and I can not build
custom markup using my own custom class without relying on
OverlayWindow.

I've tried map.getDiv() but the problem with that is it needs to live
in the same pane as the bubble.

The solution I'm looking for isn't OverlayWindow as it does not allow
me to easily extend using MooTools.
Trying to find a way to inject markup directly at the InfoWindow pane
level.

Any help would be really appreciated!!

-- 
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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to