I have a map that highlights different area close to a central
location.
I am using the following map/directions code:

var map = new GMap2(document.getElementById("map_canvas"));
      gdir = new GDirections(map, directionsPanel);
      map.setCenter(hPoint, hZoom);
gdir.load("from: " + hPoint + " to: " + gmarkers[id].mpoint,
{preserveViewport:true});

How can I make the start and end point icons not display? (I want just
the path to show)
I have markers in place already for the different points and the
directions icons confuse the issue.

Thanks Steve
maps newbie!!

--~--~---------~--~----~------------~-------~--~----~
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