On Thu, Apr 15, 2010 at 2:20 AM, John <[email protected]> wrote: > > The application is to add two markers to each map and see where they > lie in relation to all of the existing markers in each map. Those two > markers are added using the addOverlay method. The existing marker > data, which is contained in the arrays, changes very little on a day- > to-day basis. It would be ideal if there is a way to build all the > maps once a day and then reference those maps as needed and add the > additional two markers to them.
Since there is less than 1000 markers in each array, you could build KML files for each, and add them to the map with GGeoXml. The markers would be tiled by google and load more easily in each of the 18 maps on the page: http://www.william-map.com/20100415/1/map.htm -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
