On Feb 16, 10:48 am, igloo <[email protected]> wrote: > If you get your API key for the domain in which your map page is > located then it will work! > > seehttp://mapki.com/wiki/FAQs#Key_Issues > > alsohttp://code.google.com/apis/maps/terms.htmlespecially section > 9.1 - generally interpreted as meaning that your maps API > implementation must be in a publicly accessible web page!
Actually I think it's here http://code.google.com/apis/maps/faq.html#tos_nonweb and section 7.1(c) of the Terms. A desktop app is fine but you must load your WebBrowser object with a publicly-accessible webpage. There is nothing stopping you from having server-side processing which accepts data from your app to customise the map displayed (so that, for example, useful data is displayed only to your application and anyone not using that gets the starter map of Palo Alto) Bottom line is that the map must be online, even if you have a custom app to access it. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
