Version specific paths to Google maps api - google-maps-api-3

I'm using this path to load Google maps
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
In some cases I need to be able to load an older version of the API but are unable to find the links.
Anyone who know where to find?
Thanks

See the documentation
The following bootstrap request illustrates how to request a specific version of the Maps Javascript API:
http://maps.googleapis.com/maps/api/js?v=3.9&sensor=true_or_false
Currently the available versions are:
Version 3.10 Reference (Release)
Version 3.11 Reference (Experimental)
Version 3.9 Reference (Frozen)
Versions 3.0 - 3.8 have been retired.
When a version is retired it is no longer available, you are served the "Frozen" version.

Related

Where is the source code for Airflow backport providers?

I'm looking to edit some code for https://pypi.org/project/apache-airflow-backport-providers-google/2021.3.3/ as I need to use Google Ads Python SDK >= 15 and theres a requirement on the backport provider of google-ads<8.0 during my migration from 1.10.15 to 2.0.
The source code linked goes directly to the apache/airflow/providers which seems to be the same for https://pypi.org/project/apache-airflow-providers-google/.
So I'm a bit confused as to what code each package is installing or if it's now the same.
You can find specific tag in the source code :
Specifically for the release you are asking:
https://github.com/apache/airflow/tree/backport-providers-2021.3.3
I assume your question is about are referring to PR Upgrade to support Google Ads v10 This PR will be released with apache-airflow-providers-google in version 7.0.0
It will not be released for backport providers.
Note that backport providers are for Airflow 1.10 series. Since Airflow 1.10 reached end of life there are no more new releases for it - thus there are also no more backport provider releases.

How to use Firebase Version 9 Compatibility from CDN?

Since version 9, Firebase introduced a new Module based API.
This however requires changes in your code if you upgrade from earlier versions to 9.
At the same time version 9 has a compatibility version that is based on earlier API.
The instruction tells you how to use it as npm module https://firebase.google.com/docs/web/modular-upgrade
But it doesn't tell how to upgrade to version 9 compatibility version if you are loading firebase from CDN.
My understanding is that to upgrade to version 9 without changing my code I need to simply update the version part of the URL and add a '-compat' before '.js' extension.
e.g. from version 8.10.0 to 9.3.0 I changed my links from
https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js
to
https://www.gstatic.com/firebasejs/9.3.0/firebase-app-compat.js
same thing for firestore and auth e.g.
http://www.gstatic.com/firebasejs/9.3.0/firebase-firestore-compat.js
http://www.gstatic.com/firebasejs/9.3.0/firebase-auth-compat.js
Everything is working, however I didn't find any docs to confirm this.
if you know of any docs for using version 9 compatibility from CDN please reply.

here.com map class MapLabeledMarker is Decprecated?

I am using latest here.com map library which was modified on 11-02-2016. To this jar file the class MapLabeledMarker is not present whether is it deprecated? or I have to make use some other version library to use above class. Answers are much appreciated.
com.here.android.mpa.mapping.MapLabeledMarker ?
Are you using the Starter or Premium version of the HERE SDK for Android? The Starter version does not contain MapLabeledMarker, it is only available in the Premium version.
More info on HERE SDK versions: https://developer.here.com/plans/mobile-sdk

Modern.ie scan saying I need to update jQuery 2.2.0 (latest) to a newer version. :/

When I scan my site with modern.ie, it says:
We've found frameworks or libraries that are not up-to-date and might
contain bugs.
modern.ie detects that my site is running jQuery 2.2.0 (the latest version).
Is there a bug with the modern.ie site?
What version of jQuery are you using?
You can check the current open bugs in its public GitHub repo https://github.com/MicrosoftEdge/static-code-scan and open a new issue if you find one

Does anyone know how to fix the lag that exists in STS 3.1 when switching to JSP's?

We are seeing a lag of about 5-7 seconds when switching to JSP's in the latest release of STS, version 3.1.0. Has anyone else experienced this and know how to fix it (other than not using the JSP editor which is not a preferable option)? We are considering rolling back to an older release as this is such an irritation.
Also posted to Spring Forums: http://forum.springsource.org/showthread.php?131299-STS-3-1-JSP-editor-lag
Edit: Confirmed, STS 3.1 - e3.8 does not have the JSP lag!
Make sure that you are using the Eclipse 3.8 version of STS. The 4.2 version of Eclipse is known to have some performance issues, especially when switching editors.

Resources