On Jan 28, 12:21 am, Mike Williams <[email protected]> wrote:
> Google switched from using G_START_ICON, G_PAUSE_ICON, G_END_ICON to
> using unnamed icons with the letters A, B, C etc., quite a while ago.
>
> The easiest way to use your own markers now is to tell GDirections not
> to plot the directions on the map (omit the first parameter in new
> GDirections). Use {getPolyline:true} to cause the data to be returned.
> Wait for the "load" event. Get the polyline with .getPolyline() and plot
> it yourself. Get the marker information with .getMarker() and plot your
> custom markers.

Or you can do something like this:
http://www.geocodezip.com/temp_icondir3.html
modified from an example by Mike Williams, rather that changing the
icons it removes the markers and replaces them with the ones you want
(the original markers are displayed briefly)

  -- Larry


>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to