You can create custom controls using gwt-maps by extending the CustomControl class as shown in the custom control demo that is a part of the HelloMaps application shipped with the source code.
http://gwt.google.com/samples/HelloMaps-1.0.4/HelloMaps.html#Custom%20Map%20Controls The gmaps-utility library is distributed as an open source library separate from the Maps API. There are some GWT bindings for it in a separate codesite project: http://code.google.com/p/gwt-maps-utility/ <http://code.google.com/p/gwt-maps-utility/>-Eric. On Sun, Mar 7, 2010 at 2:49 AM, cyclingthealps < [email protected]> wrote: > Hi there, > > I would like to add the showmorebutton to my map (MapWidget object) in > GWT as is shown in this example: > > http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extmaptypecontrol/examples/morebuttonexample.html > > Here is the link to the javascript code: "Adding the More... Button" > > http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extmaptypecontrol/docs/examples.html > > I know that there is no class for the "ExtMapTypeControl" > functionality available yet. They are working on it > > http://groups.google.com/group/gwt-google-apis/browse_thread/thread/47c0221e18592b17/c7e89282730e8044?#c7e89282730e8044 > but it is not yet available in the GWT Bindings for GMaps Utilities. > > Anybody has an simple solution to add this showMore button? > > I would like to add it to this website http://alpspasses.appspot.com/ > > Thank you very much. > > Cheers > > > > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA Sign up now for Google I/O 2010: May 19-20, http://code.google.com/io -- 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.
