On Fri, Jul 10, 2009 at 8:18 AM, Gaurav<[email protected]> wrote:
>
> I have just started GWT to Implement google maps on a page. I want to
> use the com.google.gwt.maps.client.overlay.TileLayerOverlay class. Can
> someone give me an example how to use this.

Check out the CustomMapTypeDemo in HelloMaps.  It sets up a TileLayer
and uses it in a different way.

> Is there any way to customize the
> com.google.gwt.maps.client.InfoWindow to have look and feel as per my
> site design Please suggest if there is a way to do that.

You won't be able to customize InfoWindow beyond what the Google maps
API (http://code.google.com/apis/maps)  allows.  If you see some
methods you want exposed that aren't already in the GWT wrappers, add
an issue to the issue tracker for the gwt-google-apis project
(http://code.google.com/p/gwt-google-apis)  You can 'peek' at the css
styles using firebug or safari inspector if you want to play with
that.

You do have the option to build your own widgets with GWT and invoking them.

-Eric.
-- 
Eric Z. Ayers - GWT Team - Atlanta, GA USA
http://code.google.com/webtoolkit/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to