Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a client that has Google Maps using JavaScript API v2 on their websites, which will eventually be deprecated (discontinued/not supported) until May 19, 2013 according to https://developers.google.com/maps/documentation/javascript/v2/introduction

I just like to know what are the impacts on the website if I do not yet upgrade my code to JavaScript API v3 by May 19? e.g. Will my Google Map API v2 stop working (because Google has taken v2 API offline)

I ask this question because I have 6 websites that needs to be upgraded to API v3 and may not meet the deadline by May 19.

Thanks

share|improve this question
possible duplicate of Google Maps API Ver2 retired? – geocodezip Jan 7 at 5:40

2 Answers

The Google Maps API v2 is currently deprecated and has been since May 19, 2010.

Note: The Google Maps JavaScript API Version 2 has been officially deprecated as of May 19, 2010. The V2 API will continue to work until May 19, 2013. We encourage you to migrate your code to version 3 of the Maps JavaScript API.

Notice the will continue to work until May 19, 2013, after that it may stop working at any time. You and your client should migrate any websites that use it before then to guarantee they continue working (you have had 2.5 years to do so already).

share|improve this answer

One possible implication is Google Web Toolkit, which is not (and will not) be supported in Google Maps v3. If you have a complex, large site built with GWT, using v2 and you haven't already rewritten your site.. you may be up the creek.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.