Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

v2 to v3 Google Maps wrapper API to test old application

Tags:

google-maps

Let me first state that I have tried to get the answer to this question from my Google account representative. After trying to get an answer for several weeks, he emailed me and told me to post this question here in this forum. I give this explanation in the hopes my question doesn't get put on hold.

I have an old Google maps API v2 application. We have been working on rewriting this in v3, and should be done before Google deprecates the v2 of maps on Nov 18th.

However, we saw this notice on Google's site: https://developers.google.com/maps/documentation/javascript/v2/

On Nov 18, the v2 API goes away, and Google provides a v2 wrapper that is wrapped with the commands for v3 API, essentially converting v2 commands to v3.

I am wondering if we will be able to get access to the WRAPPED version of v3 that supports v2 commands BEFORE NOV 18th, so that I can verify that our old code will work with the wrapped version of the v3 API, just in case we don't have our new application done in time.

like image 448
Wade Avatar asked Aug 12 '13 16:08

Wade


People also ask

Is Google Maps API no longer free?

You won't be charged until your usage exceeds $200 in a month. Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).

What are some of the main differences between the Google Map API version 2 and version 3?

Google Maps v3 is very slow when it comes to subclassing overlay classes. Most of the time when you have some custom overlays on your map it will start to LAG which means it is unusable in most cases. Version 2 is much, much, much FASTER for REAL PURPOSES.

Can I use Google Maps API without API key?

API keys are required for apps and projects that use the Google Maps Platform APIs and SDKs.

Can I put Google Maps on my site without using Google map platform products?

Google Maps now offers the ability to embed the map that you're viewing into your website or blog, without any programming or use of the Google Maps Platform.


1 Answers

We have quite a few sites using various map packages and like 09stephenb said we simply had to wait.

Things started playing up in all versions of IE and older versions of FireFox (12.0)

Firefox 25 and Chrome were handling the wrapped maps fine.

Just as we were planning a rewrite of all scripts this morning it seems Google have sorted out the wrapped version for the problematic ones mentioned before.

Just in case anyone here has missed this and is beginning to migrate.

Cheers. Liam

like image 174
Liam Avatar answered Sep 28 '22 04:09

Liam