Google Maps Api v3: How to change the Default waypoint markers in the Directions (set)Panel?
- 阅读更多 关于 Google Maps Api v3: How to change the Default waypoint markers in the Directions (set)Panel?
How do you change the markers with custom markers active in the map in the directions panel and change the color aswell from the body? Any help much appreciated. The screenshot: http://i.stack.imgur.com/wYFoc.png Michel Ayres Just to keep alive @MrUpsidown comment and code alive: Short answer: you can't. Longer answer: don't use the directions panel. Create your own, with the information you need (from the directions service response) and add your custom markers. Nov 24 at 16:32 Fiddle var directionsDisplay; var directionsService = new google.maps.DirectionsService(); var map; var routeBounds