Fixed
Status Update
Comments
d....@gtempaccount.com <d....@gtempaccount.com> #2
This is to confirm that we plan to resume the rollout of the new cross-signed root CA certificate as described in
The rollout will be very gradual, with incremental launches across the Google Maps Platform services and regions, and its phases will proceed depending on engineering evaluations rather than by a defined timetable. The change will be transparent to the vast majority of Google Maps Platform API clients, including all mainstream maintained OS versions.
For more information, please see the FAQ resources listed in
Description
demonstration page if at all possible, or attach code.
1. The inline code for "Using Closures in Event Listeners" at this page:
is incorrect.
2. The line:
marker.set_title(i+1);
causes a JavaScript error when I cut'n'paste this code.
3. The example runs fine:
This is because the faulty line has been corrected:
var j = i + 1;
marker.set_title(j.toString());
What version of the API are you using?
(In the JS API, you can tell this by checking the value of G_API_VERSION.)
--> G_API_VERSION isn't returning anything for me.
What operating system and browser are you using?
--> Windows XP
--> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1. 9. 1. 2)
Gecko/20090729 Firefox/3. 5. 2