> We have an application that uses JavaScript API v2 for retrieving maps > information. As an extension to this, we are going to build another > application using JavaScript API v3. Both these applications (existing > one and the proposed one) share same infrastructure (webserver > (Apache) and Ubuntu Linux box). > > a) Our aim is that this new application using v3 should not have any > kind of impact on the existing application. If we develope another > application by keeping the code base in entirely different directory > structure (but on the same domain), will there be any impact on the > existing application?
As long as you don't specifically code the issue, a V2 API project would have no impact at all on a V3 API project. I run both side by side right now - there are even people who run both on the same page. > b) Can we use the v2 API key for v3, as long as we share the same > domain for both v2 and v3? v3 does not require an API key. You won't need one at all. Chad Killingsworth -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
