> Can I access Google Static Maps from Java or for that matter C#? I > never did Java before, so I perfere C#. And could I pass variables > back and forth from Javascript to C#, within C#?
All you need to know about Static Maps here - http://code.google.com/apis/maps/documentation/staticmaps/ You give it a URL, it gives you an image. Static Maps does not require javascript. See also the terms ---- You must not - 10.8 use the Static Maps API other than in an implementation in a web browser; So if you use C# to build a webpage and construct a static maps URL to insert in it, that's fine. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
