Thank You for you reply!

I'm Italian... I can't use Map API for GWT because it supports only
Maps API v2! So I'm using JSNI to work with the v3 Maps API, but I
need a way to put a map in a panel and not in a DOM Node!

On 14 Dic, 20:57, jMotta <jayrmo...@gmail.com> wrote:
> Sup,
>
> There is an API to Maps in GWT, so you can declare your panel using
> UiBinder or programatic and then renderize your map at runtime.
>
> You're brazilian? add jayrmo...@gmail.com in gtalk and i help you! :D
>
> Thanks!
>
> On Dec 14, 7:23 am, Alberto <sturialb...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi!
> > First of all I'm sorry for my English. :)
>
> > I'm going to realize a GWT application that uses Maps v3 API using
> > JSNI...
>
> > To create a new Map I have to pass a DOM parameter (a node of DOM) in
> > this way:
> > panorama = new
> > $wnd.google.maps.StreetViewPanorama($doc.getElementById('pano_canvas'),pano 
> > ramaOptions);
>
> > where 'pano_canvas' is a <div> element in my html page.
>
> > I want to draw my map in a panel and manage it with GWT technology.
> > There is a way to refer to a dynamic panel instead of refer to a
> > static DOM element?
>
> > Thank You!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to