What you could do is use the Geocoder class in the gwt-google-apis gwt-maps library to geocode the endpoints of your route. Then, you would need to format a URL for the google static maps:
http://code.google.com/apis/maps/documentation/staticmaps/ and create an Image using the URL you construct. On Wed, Feb 4, 2009 at 8:39 PM, Sumit Chandel <[email protected]> wrote: > Hi savio, > Your inquiry would probably be better served on the Google Maps API. If that > functionality is possible there, then it's possible within GWT. > The only thing I'm not sure about is whether it's a feature that is directly > supported within the current GALGWT library or whether you would have to > wrap the functionality manually in your own JSNI binding. Either way, feel > free to check in with the Maps API forum and let us know how it goes. > A few helpful links: > Google Maps API Forum: > http://groups.google.com/group/Google-Maps-API > > JavaScript Native Interface (JSNI) documentation: > http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideJavaScriptNativeInterface > Hope that helps, > -Sumit Chandel > > On Mon, Feb 2, 2009 at 8:31 AM, savio <[email protected]> wrote: >> >> hi there, >> i would want to know if is possible >> input : two address --> output :google static maps with marked path. >> >> thanks >> > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
