On 4 October 2011 10:33, Rahul Verma <[email protected]> wrote: > > I am new to the use of APIs and planning to invest 3-4 hours daily to learn > the Google Maps API. So, could anybody suggest me some ideas that what is > the first step I have to take to start learning Google Maps API.
First step: read the documentation. You will find that it's a Javascript API, not C#. And that Version 2 is deprecated and you should start with Version 3. http://code.google.com/apis/maps/documentation/javascript/v2/reference.html Second step: start with the Version 3 documentation. That has its own Group too (all referenced from the docs). -- 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.
