On 28 February 2011 13:48, Chetan Raiyani <[email protected]> wrote: > Hello, > > My company wants to develop a web application which will be sold to our > client after its development. > And after that out client company is going to sell this product in market. > This application needs to use following queries to get static map's images > and location search result in KML. > > For getting Static Map: > "http://maps.google.com/maps/api/staticmap?center=20.59368,78.96288" > > For getting Geocode search information in KML: > "http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=india&output=kml"
That is not a documented API, I dont think you will get a licence to use it at all. You should be using one of the actual Geocoding APIs http://code.google.com/apis/maps/documentation/webservices/index.html > > So my questions are as below. > 1. Which kind of licenses are required from Google to do so? > 2. If licenses are required then how can We get those from Google? > 3. Do end users (Product buyers from our client company) also need any kind > of licenses from Google? You and users of the APIs will need to agree to and abide by the terms: http://code.google.com/apis/maps/terms.html The FAQ http://code.google.com/apis/maps/faq.html is definitly worth a read. > > > -- > 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. > -- 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.
