On Jan 27, 2:26 pm, Bartosz Piec <[email protected]> wrote: > > I'm developing Windows application and want to embed google maps in > it. I just want to display a map with given address embeded in web > browser control. Is it possible with current license terms or do I > need to buy some paid license?
If you are using the Javascript API, then you must comply with the Terms paragraph 9.1 (as well as the rest, but that's probably the most applicable) and make your application available to anyone for free. You can't use Static Maps in an application which is not a web browser -- that is, an application which accepts an arbitrary url from the user and renders any HTML returned. If you are using the Version 2 API, which is the subject of this Group, you *may* run into difficulties with the API key as there is no referrer to validate against when the map is displayed. You may be better off with Version 3, which does not require a key. And it isn't deprecated like Version 2. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
