Encoded polyline points are included in the directions results object (with DirectionsStep: ..steps[x].polyline.points), but this is not documented.
So, get the encoded polyline points, decode the latlngs from them, create an array, and use that to place a polyline on the map. Then, you just add your own markers to the beginning and end points. I've done this in a test map and it works fairly well, but I'm hoping they just make the route polyline available like in V2 (or maybe just an option to hide end markers?) so I can skip all this. For the directions panel, you could use the directions results data to create your own table. A long way to go just to get custom icons, though. On Nov 13, 9:41 am, pete <[email protected]> wrote: > Hi there, > > I am wondering if there is a way to achieve custom image markers for > use in > a) The map itself (point a and b) > b) The directions Panel (again point A and B) > > I know there was a way to do this with API 2, and my question is if > there is such a way in this API. > > I have had a look at the documentation but nothing really stands out > > Thanks in advance > P\ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=.
