Google Maps API Tutorial© 2006, 2007 Mike Williams |
Using Tom Mangan's TLabel extension as markersIt is possible to use Tom Mangan's TLabel instead of Google's GMarker to draw simple markers, and open info windows on them.Here's an example that uses GIFs and an example that uses PNGs There's a few disadvantages:
Because getting rid of all those fancy features allows the code to run a lot faster. Depending on the browser environment, TLabels run between 3 and 4 times faster than GMarkers. That means that the number of markers that you can sensibly have on screen at once is tripled.
Full details on using TLabel can be found here: gmaps.tommangan.us/tlabel2.html Significant things to keep in mind are:
Up to the start of this tutorial |