Hello,
Thank you for your Reply.
I will go ahead and raise a feature.
One thing though I am not clear about is that if I were to use JSNI to
write native javascript,
it should include all functions that is not included in gwt maps api.
So anything that is not implemented in gwt or gwt maps api should
still be accessible via the native javascript api.
Is that assumption correct or am I missing something?
Thanks
Jon
On May 11, 10:49 am, Vinay Sekhri <
vin...@google.com> wrote:
> Hi Jon,
>
> Somehow this mail got archived off my inbox.
> GWT library does not currently wrap KmlLayer, neither do I know much about
> it. Let me look over it and see if I can help. If you would like KmlLayer
> support, raise a feature request for it on the project page.
>
> Cheers!
> Vinay Sekhri
> Google India
>
+91.124.451.2822 Direct
> +91.9910.195.609 Mobile
>
> On Tue, May 11, 2010 at 11:08 PM, Jonathanccwong
> <
jonathanccw...@gmail.com>wrote:
>
>
>
> > After carefully reading the error message, it says
> > Cannot read property 'KmlLayer' of undefined.
> > Which leads me to believe that the variable map is undefined.
>
> > I have this as my definition:
>
> > var map = th...@com.company.mapbase.client.MapBase::getMapObject();