Hello David,
With no JavaScript, this is all you get: Static Maps API Developer's Guide http://code.google.com/apis/maps/documentation/staticmaps/ For panning an zooming you can use the HTML <map> tag: http://www.w3schools.com/TAGS/tag_map.asp However, you would need some server-side processing capabilities to generate URLs for the panning and zooming links, the Google App Engine can be an option here. Google App Engine http://code.google.com/appengine/ On Feb 19, 5:56 pm, "David C." <[email protected]> wrote: > Hello. > > Is there any way to create a page using Google Maps and making it > still fully functional if the user turns JavaScript off in the > browser? Maybe putting the JS code in some Java class and importing > it, or something like that? > > I need to do that for web accesibility reasons. Any help or link to > sample code doing that would be greatly appreciated. > > Thank you. > > David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
