Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
ANNOUNCEMENT: Some modifications to Google Maps API
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 26 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Pasha Sadri  
View profile  
 More options Aug 12 2005, 1:22 am
From: Pasha Sadri <pa...@google.com>
Date: Thu, 11 Aug 2005 22:22:11 -0700
Local: Fri, Aug 12 2005 1:22 am
Subject: ANNOUNCEMENT: Some modifications to Google Maps API
Hi Everyone,

We are about to make an update to the Google Maps API.  This update
contains changes to speed up addition of overlay markers to the map.

The change will be transparent to applications that use the published
Maps API.  However, if your application or extension makes use of
undocumented features, you may want to test it against the latest
version of the API:

  http://maps.google.com/mapfiles/maps.17.js

If you are interested in the details of the change, please write me
and I will explain in more detail.

Pasha


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kyle Mulka  
View profile  
 More options Aug 12 2005, 1:30 am
From: "Kyle Mulka" <repalvigla...@yahoo.com>
Date: Thu, 11 Aug 2005 22:30:02 -0700
Local: Fri, Aug 12 2005 1:30 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
I'd like the details of the change. Any reason you aren't writing them
right here?

-Kyle Mulka
http://maps.kylemulka.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pasha Sadri  
View profile  
 More options Aug 12 2005, 1:59 am
From: Pasha Sadri <pa...@google.com>
Date: Thu, 11 Aug 2005 22:59:22 -0700
Local: Fri, Aug 12 2005 1:59 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Sure,

Prior to this version, calling map.addOverlay(overlay) was slow for
large numbers of overlays.  As some of you discovered, the reason was
the repeated internal calls to reOrderOverlays method.  Several people
found a work-around by creating the 'addOverlays' method which added
an array of overlay markers and called reOrderOverlays just once.

the reOrderOverlays method was responsible for determining the
stacking order of overlay markers based on their latitude so that the
marker icons and their shadows would appear on the correct zIndex.

In the new version of the API, there is no longer a need for calling
reOrderOverlays since the stacking order of each overlay is computed
directly based on its latitude.  This change should remove the need
for 'addOverlays' method because the regular addOverlay is be about as
fast.

The other change is the way different overlay elements (marker icons,
marker shadows, etc...) are placed on the map.  Prior to this version,
all elements were appended to the map.div html element.  Different
conceptual layers (eg: shadows vs. icons) was achieved by allocating
different zIndex ranges to each layer (eg: 5000 -> 10000 for the
shadows).  In the new version of the API, each conceptual layer has a
dedicated div element (eg: map.markerPane).

If you are constructing a custom overlay (beyond customizing a GIcon),
you should try to use these dedicated Panes.  Also, the
overlay.setZIndex() method has been modifed to accept a single zindex
value which should be applied to all elements that make up an overlay.

We are still in the process of finalizing an API for developing
Overlays and Controls.  We will post more complete documentation once
it is ready.

I hope this helps.

Pasha


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Bidochko <bidochko@gmail.com>  
View profile  
 More options Aug 12 2005, 2:02 am
From: "Andrew Bidochko <bidoc...@gmail.com>" <bidoc...@gmail.com>
Date: Thu, 11 Aug 2005 23:02:55 -0700
Local: Fri, Aug 12 2005 2:02 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Pasha, it will be great to know details. Thanks.

~ Andrew Bidochko.
http://www.MapBuilder.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Bidochko <bidochko@gmail.com>  
View profile  
 More options Aug 12 2005, 2:07 am
From: "Andrew Bidochko <bidoc...@gmail.com>" <bidoc...@gmail.com>
Date: Thu, 11 Aug 2005 23:07:22 -0700
Local: Fri, Aug 12 2005 2:07 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Pasha! Thanks for so detail description of API changes.
~ Andrew Bidochko.
http://www.MapBuilder.net

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
save_a@hotmail.com  
View profile  
 More options Aug 12 2005, 2:51 am
From: "sav...@hotmail.com" <sav...@hotmail.com>
Date: Thu, 11 Aug 2005 23:51:31 -0700
Local: Fri, Aug 12 2005 2:51 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
save_a@hotmail.com  
View profile  
 More options Aug 12 2005, 2:51 am
From: "sav...@hotmail.com" <sav...@hotmail.com>
Date: Thu, 11 Aug 2005 23:51:49 -0700
Local: Fri, Aug 12 2005 2:51 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
save_a@hotmail.com  
View profile  
 More options Aug 12 2005, 2:52 am
From: "sav...@hotmail.com" <sav...@hotmail.com>
Date: Thu, 11 Aug 2005 23:52:03 -0700
Local: Fri, Aug 12 2005 2:52 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
save_a@hotmail.com  
View profile  
 More options Aug 12 2005, 2:52 am
From: "sav...@hotmail.com" <sav...@hotmail.com>
Date: Thu, 11 Aug 2005 23:52:19 -0700
Local: Fri, Aug 12 2005 2:52 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
maps.huge.info  
View profile  
 More options Aug 12 2005, 3:11 am
From: "maps.huge.info" <cor...@gmail.com>
Date: Fri, 12 Aug 2005 00:11:40 -0700
Local: Fri, Aug 12 2005 3:11 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Glad I didn't use the addoverlays method. This new API release renders
that moot.

-John

http://maps.huge.info


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MAB  
View profile  
 More options Aug 12 2005, 7:16 am
From: "MAB" <mbeck...@gmail.com>
Date: Fri, 12 Aug 2005 04:16:38 -0700
Local: Fri, Aug 12 2005 7:16 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
At the moment I find that 400-500 markers is a pragmatic limit.  Will
this change that?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
J. Shirley  
View profile  
 More options Aug 12 2005, 8:07 am
From: "J. Shirley" <jshir...@gmail.com>
Date: Fri, 12 Aug 2005 12:07:46 -0000
Local: Fri, Aug 12 2005 8:07 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Hey Pasha,
Thank you much for this update!  Keep up the good work!

-J


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
atomicBirdsong  
View profile  
 More options Aug 12 2005, 9:14 am
From: "atomicBirdsong" <wjam...@nyc.rr.com>
Date: Fri, 12 Aug 2005 06:14:05 -0700
Local: Fri, Aug 12 2005 9:14 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
will addOverlays continue to work after the release of 17 or is
reORderOverlays going to go away completely? thats will all the
addOverlays maps suddenly break when the change over happens?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Aug 12 2005, 9:34 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Fri, 12 Aug 2005 14:34:16 +0100
Local: Fri, Aug 12 2005 9:34 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API

>will addOverlays continue to work after the release of 17 or is
>reORderOverlays going to go away completely? thats will all the
>addOverlays maps suddenly break when the change over happens?

Perhaps we could persuade someone who currently uses addOverlays to do
the test recommended at the top of this thread and let us know.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
atomicBirdsong  
View profile  
 More options Aug 12 2005, 9:42 am
From: "atomicBirdsong" <wjam...@nyc.rr.com>
Date: Fri, 12 Aug 2005 06:42:24 -0700
Local: Fri, Aug 12 2005 9:42 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
how do you force which version of the script to use?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Aug 12 2005, 10:02 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Fri, 12 Aug 2005 15:02:51 +0100
Local: Fri, Aug 12 2005 10:02 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
add the line
     <script src="http://maps.google.com/mapfiles/maps.17.js"
        type="text/javascript"></script>
just after you call the main API code, so that maps.17 overwrites the
maps.16 that just got loaded.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
atomicBirdsong  
View profile  
 More options Aug 12 2005, 10:06 am
From: "atomicBirdsong" <wjam...@nyc.rr.com>
Date: Fri, 12 Aug 2005 07:06:33 -0700
Local: Fri, Aug 12 2005 10:06 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
oh, duh!

thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kyle Mulka  
View profile  
 More options Aug 12 2005, 10:55 am
From: "Kyle Mulka" <repalvigla...@yahoo.com>
Date: Fri, 12 Aug 2005 07:55:40 -0700
Local: Fri, Aug 12 2005 10:55 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
I took a peek at the code, and from the looks of it, it looks like
addOverlays will still work as reOrderOverlays is still defined, but
does nothing. Haven't tested though. I would be interested if it still
works as well.

-Kyle Mulka
http://maps.kylemulka.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pmj7  
View profile  
 More options Aug 12 2005, 2:34 pm
From: "pmj7" <jones...@shaw.ca>
Date: Fri, 12 Aug 2005 11:34:41 -0700
Local: Fri, Aug 12 2005 2:34 pm
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
I used the latitude to zIndex approach as well for my gallery marker
effects.

With the map I'm working on, the addoverlays extension appears to work
with version 17 of the Google Map javascript.  So, no immediate need to
change it, but addoverlays is apparently redundant and should be
removed at some point - after 17 is out!

Now to take care of the glacial InfoWindow!  While some developers
avoid using them, myself included, the default behaviour should be a
little less painful.  It's like having a Ferrari dragging an iron
girder behind it as a bumper.  It works, but...

Of course the biggest bang for the buck (from a developer point of
view) would be to give the marker's ids.  A hundred character or so of
code in the map js, and a million possibilities for developers.  But if
you're soon going to give us mouseover mouseout and the ability to
change the icon on-the-fly, then ids are no big deal. ;)

Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joaquin Cuenca Abela  
View profile  
 More options Aug 12 2005, 5:21 pm
From: "Joaquin Cuenca Abela" <e98cu...@gmail.com>
Date: Fri, 12 Aug 2005 21:21:18 -0000
Local: Fri, Aug 12 2005 5:21 pm
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Hi,

tested, and addOverlays is still working here.

Cheers,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Kagerer  
View profile  
 More options Aug 12 2005, 6:18 pm
From: "Richard Kagerer" <r...@leapbeyond.com>
Date: Fri, 12 Aug 2005 15:18:46 -0700
Local: Fri, Aug 12 2005 6:18 pm
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Pasha,

Thanks for the update!  Please do keep us notified on the Custom
Controls API.. my GxMagnifier control
(http://www.googlemappers.com/libraries/gxmagnifier/default.htm) will
probably need to be updated.

-Richard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
atomicBirdsong  
View profile  
 More options Aug 12 2005, 6:50 pm
From: "atomicBirdsong" <wjam...@nyc.rr.com>
Date: Fri, 12 Aug 2005 15:50:40 -0700
Local: Fri, Aug 12 2005 6:50 pm
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
yeah - official ID system - a must! please :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Carr  
View profile  
 More options Aug 12 2005, 8:57 pm
From: Jeff Carr <jc...@linuxmachines.com>
Date: Fri, 12 Aug 2005 17:57:23 -0700
Local: Fri, Aug 12 2005 8:57 pm
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
On 08/11/2005 10:59 PM, Pasha Sadri wrote:

> We are still in the process of finalizing an API for developing
> Overlays and Controls.  We will post more complete documentation once
> it is ready.

Thanks for posting information about your API changes. I'd like to try
to document the innovation that you and Google are undertaking for the
mozilla project. The mozilla project wiki covers javascript, but lacks
good examples of what is possible.

It would be a great step forward for the development of javascript if
Google could provide more information about the maps javascript code. I
think there are components of the maps.js file that could be pulled out
and made into general purpose API's under licenses like the GPL that
would accelerate further web development using open standards.

Enjoy,
Jeff Carr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew  
View profile  
 More options Aug 15 2005, 11:45 am
From: "Andrew" <compoo...@gmail.com>
Date: Mon, 15 Aug 2005 15:45:46 -0000
Local: Mon, Aug 15 2005 11:45 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
Sweet grandmother's spatula!  Those marker-rendering changes you made
have sped things up by an enormous margin.  400+ markers' render time
has been improved from 30-60 seconds (or just plain crashing a browser)
to just around 10 seconds.  Bravo!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ceremona@gmail.com  
View profile  
 More options Sep 10 2005, 12:28 am
From: "cerem...@gmail.com" <cerem...@gmail.com>
Date: Sat, 10 Sep 2005 04:28:05 -0000
Local: Sat, Sep 10 2005 12:28 am
Subject: Re: ANNOUNCEMENT: Some modifications to Google Maps API
If Google could alter the api docs to reflect the changes...with some
examples I would be psyched!

Thanks Pasha,

-Cere


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 26   Newer >
« Back to Discussions « Newer topic     Older topic »